Enum selectors::parser::CaseSensitivity [] [src]

pub enum CaseSensitivity {
    CaseSensitive,
    CaseInsensitive,
}

Variants

Trait Implementations

impl Eq for CaseSensitivity
[src]

impl PartialEq for CaseSensitivity
[src]

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

This method tests for !=.

impl Clone for CaseSensitivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for CaseSensitivity
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Copy for CaseSensitivity
[src]

impl Debug for CaseSensitivity
[src]

Formats the value using the given formatter.