Enum css::selectors::attr::CaseSensitivity
[−]
[src]
pub enum CaseSensitivity {
CaseSensitive,
AsciiCaseInsensitive,
}Variants
CaseSensitiveAsciiCaseInsensitive
Methods
impl CaseSensitivity[src]
fn eq(self, a: &[u8], b: &[u8]) -> bool[src]
fn contains(self, haystack: &str, needle: &str) -> bool[src]
Trait Implementations
impl Clone for CaseSensitivity[src]
fn clone(&self) -> CaseSensitivity[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