Enum selectors::attr::ParsedCaseSensitivity
[−]
[src]
pub enum ParsedCaseSensitivity { CaseSensitive, AsciiCaseInsensitive, AsciiCaseInsensitiveIfInHtmlElementInHtmlDocument, }
Variants
CaseSensitive
AsciiCaseInsensitive
AsciiCaseInsensitiveIfInHtmlElementInHtmlDocument
Methods
impl ParsedCaseSensitivity
[src]
pub fn to_unconditional(
self,
is_html_element_in_html_document: bool
) -> CaseSensitivity
[src]
self,
is_html_element_in_html_document: bool
) -> CaseSensitivity
Trait Implementations
impl Clone for ParsedCaseSensitivity
[src]
fn clone(&self) -> ParsedCaseSensitivity
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for ParsedCaseSensitivity
[src]
impl Debug for ParsedCaseSensitivity
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more