pub struct Ascii<S>(/* private fields */);
Expand description
Case Insensitive wrapper of Ascii strings.
Implementations§
Trait Implementations§
Source§impl<T> Ord for Ascii<T>
impl<T> Ord for Ascii<T>
Source§impl<T> PartialOrd for Ascii<T>
impl<T> PartialOrd for Ascii<T>
impl<S> Copy for Ascii<S>where
S: Copy,
impl<S> Eq for Ascii<S>
Auto Trait Implementations§
impl<S> Freeze for Ascii<S>where
S: Freeze,
impl<S> RefUnwindSafe for Ascii<S>where
S: RefUnwindSafe,
impl<S> Send for Ascii<S>where
S: Send,
impl<S> Sync for Ascii<S>where
S: Sync,
impl<S> Unpin for Ascii<S>where
S: Unpin,
impl<S> UnwindSafe for Ascii<S>where
S: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.