struct AsciiUniCase<S: AsRef<str> + ?Sized>(S);Expand description
A string wrapper type with an ascii case insensitive Eq and Hash impl
Tuple Fields§
§0: STrait Implementations§
impl<S: AsRef<str>> Eq for AsciiUniCase<S>
Auto Trait Implementations§
impl<S> Freeze for AsciiUniCase<S>
impl<S> RefUnwindSafe for AsciiUniCase<S>where
    S: RefUnwindSafe + ?Sized,
impl<S> Send for AsciiUniCase<S>
impl<S> Sync for AsciiUniCase<S>
impl<S> Unpin for AsciiUniCase<S>
impl<S> UnwindSafe for AsciiUniCase<S>where
    S: UnwindSafe + ?Sized,
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<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.