Struct coaster::backend::BackendConfig [] [src]

pub struct BackendConfig<'a, F: IFramework + 'a> { /* fields omitted */ }

Provides Backend Configuration.

Use it to initialize a new Backend.

Methods

impl<'a, F: IFramework + Clone> BackendConfig<'a, F>
[src]

Creates a new BackendConfig.

Trait Implementations

impl<'a, F: Debug + IFramework + 'a> Debug for BackendConfig<'a, F> where
    F::H: Debug
[src]

Formats the value using the given formatter.

impl<'a, F: Clone + IFramework + 'a> Clone for BackendConfig<'a, F> where
    F::H: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more