Struct unicase::UniCase
[−]
[src]
pub struct UniCase<S>(pub S);
Case Insensitive wrapper of strings.
pub struct UniCase<S>(pub S);
Case Insensitive wrapper of strings.
impl<S> Deref for UniCase<S>type Target = Sfn deref<'a>(&'a self) -> &'a Simpl<S> DerefMut for UniCase<S>fn deref_mut<'a>(&'a mut self) -> &'a mut Simpl<T: AsRef<str>> PartialOrd for UniCase<T>fn partial_cmp(&self, other: &Self) -> Option<Ordering>fn lt(&self, other: &Rhs) -> boolfn le(&self, other: &Rhs) -> boolfn gt(&self, other: &Rhs) -> boolfn ge(&self, other: &Rhs) -> boolimpl<T: AsRef<str>> Ord for UniCase<T>impl<S: AsRef<str>> AsRef<str> for UniCase<S>impl<S: Display> Display for UniCase<S>impl<S: AsRef<str>> PartialEq for UniCase<S>impl<S: AsRef<str>> PartialEq<S> for UniCase<S>impl<S: AsRef<str>> Eq for UniCase<S>impl<S: FromStr> FromStr for UniCase<S>impl<S: AsRef<str>> Hash for UniCase<S>fn hash<H: Hasher>(&self, hasher: &mut H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<S: Debug> Debug for UniCase<S>impl<S: Clone> Clone for UniCase<S>fn clone(&self) -> UniCase<S>fn clone_from(&mut self, source: &Self)