Struct configure::source::DefaultSource[][src]

pub struct DefaultSource { /* fields omitted */ }

The default source for configuration values. You can set this as the source of configuration using the use_default_config! macro.

Trait Implementations

impl Clone for DefaultSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ConfigSource for DefaultSource
[src]

Initialize this source. This will be called once when the program begins and then never called again. Read more

Important traits for Box<R>

Prepare a deserializer for a particular package. This will be called every time we generate configuration for that package. Read more

Auto Trait Implementations

impl Send for DefaultSource

impl Sync for DefaultSource