[][src]Struct fmtor::MaybeFormatOr

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

The type returned from FmtOr::fmt_or

Trait Implementations

impl<'t, T, U> Binary for MaybeFormatOr<'t, T, U> where
    T: Binary,
    U: Display
[src]

impl<'t, T, U: Clone> Clone for MaybeFormatOr<'t, T, U>[src]

impl<'t, T, U: Copy> Copy for MaybeFormatOr<'t, T, U>[src]

impl<'t, T, U> Debug for MaybeFormatOr<'t, T, U> where
    T: Debug,
    U: Display
[src]

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

impl<'t, T, U> LowerExp for MaybeFormatOr<'t, T, U> where
    T: LowerExp,
    U: Display
[src]

impl<'t, T, U> LowerHex for MaybeFormatOr<'t, T, U> where
    T: LowerHex,
    U: Display
[src]

impl<'t, T, U> Octal for MaybeFormatOr<'t, T, U> where
    T: Octal,
    U: Display
[src]

impl<'t, T, U> Pointer for MaybeFormatOr<'t, T, U> where
    T: Pointer,
    U: Display
[src]

impl<'t, T, U> UpperExp for MaybeFormatOr<'t, T, U> where
    T: UpperExp,
    U: Display
[src]

impl<'t, T, U> UpperHex for MaybeFormatOr<'t, T, U> where
    T: UpperHex,
    U: Display
[src]

Auto Trait Implementations

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

impl<'t, T, U> Sync for MaybeFormatOr<'t, T, U> where
    T: Sync,
    U: Sync

impl<'t, T, U> Unpin for MaybeFormatOr<'t, T, U> where
    U: Unpin

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.