Struct bdrck::configuration::Configuration [] [src]

pub struct Configuration<T> { /* fields omitted */ }

Methods

impl<T: Clone + Serialize + DeserializeOwned> Configuration<T>
[src]

[src]

Important traits for &'a mut R
[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

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

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