Struct classnames::classes::OptionClass [−][src]
Trait Implementations
impl<'s, C> Add<&'s str> for OptionClass<C> where
C: Class, [src]
C: Class,
type Output = DuoClass<Self, &'s str>
The resulting type after applying the + operator.
fn add(self, other: &'s str) -> Self::Output[src]
impl<C, O> Add<O> for OptionClass<C> where
C: Class,
O: Class, [src]
C: Class,
O: Class,
type Output = DuoClass<Self, O>
The resulting type after applying the + operator.
fn add(self, other: O) -> Self::Output[src]
impl<C, O> Add<Option<O>> for OptionClass<C> where
C: Class,
O: Class, [src]
C: Class,
O: Class,
type Output = DuoClass<Self, OptionClass<O>>
The resulting type after applying the + operator.
fn add(self, other: Option<O>) -> Self::Output[src]
impl<C> Class for OptionClass<C> where
C: Display + Sized + PartialEq + Clone, [src]
C: Display + Sized + PartialEq + Clone,
impl<C: Clone> Clone for OptionClass<C>[src]
fn clone(&self) -> OptionClass<C>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<C: Debug> Debug for OptionClass<C>[src]
impl<C: Display> Display for OptionClass<C>[src]
impl<C: PartialEq> PartialEq<OptionClass<C>> for OptionClass<C>[src]
fn eq(&self, other: &OptionClass<C>) -> bool[src]
fn ne(&self, other: &OptionClass<C>) -> bool[src]
impl<C> StructuralPartialEq for OptionClass<C>[src]
Auto Trait Implementations
impl<C> RefUnwindSafe for OptionClass<C> where
C: RefUnwindSafe, [src]
C: RefUnwindSafe,
impl<C> Send for OptionClass<C> where
C: Send, [src]
C: Send,
impl<C> Sync for OptionClass<C> where
C: Sync, [src]
C: Sync,
impl<C> Unpin for OptionClass<C> where
C: Unpin, [src]
C: Unpin,
impl<C> UnwindSafe for OptionClass<C> where
C: UnwindSafe, [src]
C: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,