Enum selectors::attr::CaseSensitivity
[−]
[src]
pub enum CaseSensitivity { CaseSensitive, AsciiCaseInsensitive, }
Variants
CaseSensitive
AsciiCaseInsensitive
Methods
impl CaseSensitivity
[src]
pub fn eq(self, a: &[u8], b: &[u8]) -> bool
[src]
pub 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
impl Copy for CaseSensitivity
[src]
impl Debug for CaseSensitivity
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more