[][src]Struct combine::error::Format

pub struct Format<F>(pub F)
where
    F: Display
;

Newtype which constructs an Info::Format through ErrorInfo

Trait Implementations

impl<'s, T, R, F> ErrorInfo<'s, T, R> for Format<F> where
    F: Display + 's, 
[src]

type Format = &'s F

impl<T, R, F> From<Format<F>> for Info<T, R, F> where
    F: Display
[src]

Auto Trait Implementations

impl<F> Send for Format<F> where
    F: Send

impl<F> Sync for Format<F> where
    F: Sync

impl<F> Unpin for Format<F> where
    F: Unpin

impl<F> UnwindSafe for Format<F> where
    F: UnwindSafe

impl<F> RefUnwindSafe for Format<F> where
    F: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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