pub struct AsciiIgnoreCase(/* private fields */);Implementations§
Trait Implementations§
Source§impl Key for AsciiIgnoreCase
impl Key for AsciiIgnoreCase
fn append_eq(&self, out: &mut TokenStream, lhs: TokenStream)
Source§impl Ord for AsciiIgnoreCase
impl Ord for AsciiIgnoreCase
Source§fn cmp(&self, other: &AsciiIgnoreCase) -> Ordering
fn cmp(&self, other: &AsciiIgnoreCase) -> Ordering
1.21.0 · 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 AsciiIgnoreCase
impl PartialEq for AsciiIgnoreCase
Source§impl PartialOrd for AsciiIgnoreCase
impl PartialOrd for AsciiIgnoreCase
impl Eq for AsciiIgnoreCase
impl StructuralPartialEq for AsciiIgnoreCase
Auto Trait Implementations§
impl Freeze for AsciiIgnoreCase
impl RefUnwindSafe for AsciiIgnoreCase
impl Send for AsciiIgnoreCase
impl Sync for AsciiIgnoreCase
impl Unpin for AsciiIgnoreCase
impl UnwindSafe for AsciiIgnoreCase
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