[][src]Struct katalyst::config::ModuleBuilder

pub struct ModuleBuilder<T: ModuleData> { /* fields omitted */ }

Builder for any implementation of ModuleProvider

Trait Implementations

impl<T> Builder<Module> for ModuleBuilder<T> where
    T: ModuleData, 
[src]

impl<T: ModuleData> Default for ModuleBuilder<T>[src]

impl<T: Debug + ModuleData> Debug for ModuleBuilder<T>[src]

impl<T: ModuleData> Serialize for ModuleBuilder<T>[src]

impl<'de, T: ModuleData> Deserialize<'de> for ModuleBuilder<T>[src]

Auto Trait Implementations

impl<T> Send for ModuleBuilder<T> where
    T: Send

impl<T> Unpin for ModuleBuilder<T> where
    T: Unpin

impl<T> Sync for ModuleBuilder<T> where
    T: Sync

impl<T> UnwindSafe for ModuleBuilder<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for ModuleBuilder<T> where
    T: RefUnwindSafe

Blanket Implementations

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]