[][src]Struct feast::pass::VerboseError

pub struct VerboseError<'i, C> where
    C: Context<'i>, 
{ /* fields omitted */ }

Trait Implementations

impl<'i, C> Error<'i> for VerboseError<'i, C> where
    C: Context<'i>, 
[src]

type Context = C

type InputError = VerboseError<'i, InputToken<'i, <C as Context<'i>>::Input>>

impl<'i, C: PartialEq> PartialEq<VerboseError<'i, C>> for VerboseError<'i, C> where
    C: Context<'i>, 
[src]

impl<'i, C: Clone> Clone for VerboseError<'i, C> where
    C: Context<'i>, 
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'i, C: Debug> Debug for VerboseError<'i, C> where
    C: Context<'i>, 
[src]

Auto Trait Implementations

impl<'i, C> Send for VerboseError<'i, C> where
    C: Send,
    <C as Context<'i>>::Input: Input<'i>,
    <<C as Context<'i>>::Input as Input<'i>>::Token: Send + Sync

impl<'i, C> Sync for VerboseError<'i, C> where
    C: Sync,
    <C as Context<'i>>::Input: Input<'i>,
    <<C as Context<'i>>::Input as Input<'i>>::Token: Sync

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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