pub struct IgnoreAsciiCase(/* private fields */);Implementations§
Trait Implementations§
Source§impl Key for IgnoreAsciiCase
impl Key for IgnoreAsciiCase
fn append_eq(&self, out: &mut TokenStream, lhs: TokenStream)
Source§impl Ord for IgnoreAsciiCase
impl Ord for IgnoreAsciiCase
Source§fn cmp(&self, other: &IgnoreAsciiCase) -> Ordering
fn cmp(&self, other: &IgnoreAsciiCase) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IgnoreAsciiCase
impl PartialEq for IgnoreAsciiCase
Source§fn eq(&self, other: &IgnoreAsciiCase) -> bool
fn eq(&self, other: &IgnoreAsciiCase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IgnoreAsciiCase
impl PartialOrd for IgnoreAsciiCase
impl Eq for IgnoreAsciiCase
impl StructuralPartialEq for IgnoreAsciiCase
Auto Trait Implementations§
impl Freeze for IgnoreAsciiCase
impl RefUnwindSafe for IgnoreAsciiCase
impl Send for IgnoreAsciiCase
impl Sync for IgnoreAsciiCase
impl Unpin for IgnoreAsciiCase
impl UnsafeUnpin for IgnoreAsciiCase
impl UnwindSafe for IgnoreAsciiCase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more