[][src]Struct ellidri_unicase::UniCase

#[repr(transparent)]
pub struct UniCase<S: ?Sized>(pub S);

Trait Implementations

impl<S> AsRef<str> for UniCase<S> where
    S: AsRef<str>, 
[src]

impl Borrow<UniCase<str>> for UniCase<String>[src]

impl<S: ?Sized> Eq for UniCase<S> where
    S: Borrow<str>, 
[src]

impl<'a> From<&'a str> for &'a UniCase<str>[src]

impl<S: ?Sized> Hash for UniCase<S> where
    S: AsRef<str>, 
[src]

impl<S1: ?Sized> PartialEq<UniCase<S1>> for UniCase<S1> where
    S1: Borrow<str>, 
[src]

Auto Trait Implementations

impl<S: ?Sized> RefUnwindSafe for UniCase<S> where
    S: RefUnwindSafe

impl<S: ?Sized> Send for UniCase<S> where
    S: Send

impl<S: ?Sized> Sync for UniCase<S> where
    S: Sync

impl<S: ?Sized> Unpin for UniCase<S> where
    S: Unpin

impl<S: ?Sized> UnwindSafe for UniCase<S> where
    S: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.