pub enum ParsedCaseSensitivity {
ExplicitCaseSensitive,
AsciiCaseInsensitive,
CaseSensitive,
AsciiCaseInsensitiveIfInHtmlElementInHtmlDocument,
}
Variants§
ExplicitCaseSensitive
AsciiCaseInsensitive
CaseSensitive
AsciiCaseInsensitiveIfInHtmlElementInHtmlDocument
Implementations§
source§impl ParsedCaseSensitivity
impl ParsedCaseSensitivity
pub fn to_unconditional( self, is_html_element_in_html_document: bool, ) -> CaseSensitivity
Trait Implementations§
source§impl Clone for ParsedCaseSensitivity
impl Clone for ParsedCaseSensitivity
source§fn clone(&self) -> ParsedCaseSensitivity
fn clone(&self) -> ParsedCaseSensitivity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParsedCaseSensitivity
impl Debug for ParsedCaseSensitivity
source§impl PartialEq for ParsedCaseSensitivity
impl PartialEq for ParsedCaseSensitivity
impl Copy for ParsedCaseSensitivity
impl Eq for ParsedCaseSensitivity
impl StructuralPartialEq for ParsedCaseSensitivity
Auto Trait Implementations§
impl Freeze for ParsedCaseSensitivity
impl RefUnwindSafe for ParsedCaseSensitivity
impl Send for ParsedCaseSensitivity
impl Sync for ParsedCaseSensitivity
impl Unpin for ParsedCaseSensitivity
impl UnwindSafe for ParsedCaseSensitivity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)