Enum selectors::attr::ParsedCaseSensitivity[][src]

pub enum ParsedCaseSensitivity {
    CaseSensitive,
    AsciiCaseInsensitive,
    AsciiCaseInsensitiveIfInHtmlElementInHtmlDocument,
}

Variants

Methods

impl ParsedCaseSensitivity
[src]

Trait Implementations

impl Clone for ParsedCaseSensitivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParsedCaseSensitivity
[src]

impl Debug for ParsedCaseSensitivity
[src]

Formats the value using the given formatter. Read more

impl Eq for ParsedCaseSensitivity
[src]

impl PartialEq for ParsedCaseSensitivity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations