[][src]Struct loader_rs::Loader

pub struct Loader<T, FE> where
    LoaderError<FE>: From<FE>, 
{ /* fields omitted */ }

Trait Implementations

impl<T: Debug, FE: Debug> Debug for Loader<T, FE> where
    LoaderError<FE>: From<FE>, 
[src]

impl<T, FE> Default for Loader<T, FE> where
    LoaderError<FE>: From<FE>, 
[src]

impl LoaderTrait<JsonValue, Error> for Loader<JsonValue, Error>[src]

impl LoaderTrait<RustType, ()> for Loader<RustType, ()>[src]

impl LoaderTrait<Value, Error> for Loader<Value, Error>[src]

impl LoaderTrait<Value, Error> for Loader<Value, Error>[src]

Auto Trait Implementations

impl<T, FE> RefUnwindSafe for Loader<T, FE> where
    FE: RefUnwindSafe

impl<T, FE> Send for Loader<T, FE> where
    FE: Send

impl<T, FE> Sync for Loader<T, FE> where
    FE: Sync

impl<T, FE> Unpin for Loader<T, FE> where
    FE: Unpin

impl<T, FE> UnwindSafe for Loader<T, FE> where
    FE: UnwindSafe

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.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err