[][src]Struct fmtor::MaybeFormat

pub struct MaybeFormat<'t, T>(_);

The type returned from FmtOr::fmt_or_empty

Trait Implementations

impl<'t, T> Binary for MaybeFormat<'t, T> where
    T: Binary
[src]

impl<'t, T> Clone for MaybeFormat<'t, T>[src]

impl<'t, T> Copy for MaybeFormat<'t, T>[src]

impl<'t, T> Debug for MaybeFormat<'t, T> where
    T: Debug
[src]

impl<'t, T> Display for MaybeFormat<'t, T> where
    T: Display
[src]

impl<'t, T: Eq> Eq for MaybeFormat<'t, T>[src]

impl<'t, T> LowerExp for MaybeFormat<'t, T> where
    T: LowerExp
[src]

impl<'t, T> LowerHex for MaybeFormat<'t, T> where
    T: LowerHex
[src]

impl<'t, T> Octal for MaybeFormat<'t, T> where
    T: Octal
[src]

impl<'t, T: PartialEq> PartialEq<MaybeFormat<'t, T>> for MaybeFormat<'t, T>[src]

impl<'t, T> Pointer for MaybeFormat<'t, T> where
    T: Pointer
[src]

impl<'t, T> StructuralEq for MaybeFormat<'t, T>[src]

impl<'t, T> StructuralPartialEq for MaybeFormat<'t, T>[src]

impl<'t, T> UpperExp for MaybeFormat<'t, T> where
    T: UpperExp
[src]

impl<'t, T> UpperHex for MaybeFormat<'t, T> where
    T: UpperHex
[src]

Auto Trait Implementations

impl<'t, T> Send for MaybeFormat<'t, T> where
    T: Sync

impl<'t, T> Sync for MaybeFormat<'t, T> where
    T: Sync

impl<'t, T> Unpin for MaybeFormat<'t, T>

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.