Struct classnames::StrClass[][src]

pub struct StrClass<L> { /* fields omitted */ }

Trait Implementations

impl<L> Add<&'static str> for StrClass<L>[src]

type Output = StrClass<Self>

The resulting type after applying the + operator.

impl<L: Clone> Clone for StrClass<L>[src]

impl<L: Debug> Debug for StrClass<L>[src]

impl<N: Display> Display for StrClass<N>[src]

impl<L: PartialEq> PartialEq<StrClass<L>> for StrClass<L>[src]

impl<L> StructuralPartialEq for StrClass<L>[src]

Auto Trait Implementations

impl<L> RefUnwindSafe for StrClass<L> where
    L: RefUnwindSafe
[src]

impl<L> Send for StrClass<L> where
    L: Send
[src]

impl<L> Sync for StrClass<L> where
    L: Sync
[src]

impl<L> Unpin for StrClass<L> where
    L: Unpin
[src]

impl<L> UnwindSafe for StrClass<L> where
    L: UnwindSafe
[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.