Struct vidar::ConfigBuilder []

pub struct ConfigBuilder { /* fields omitted */ }

Builder for Config.

Methods

impl ConfigBuilder
[src]

The environment Kind we are loading.

Should we read from a common.env file?

Should we recursively search up directories for the files?

The base directory to look for files.

Does the property file have comments?

The comment character.

Builds a new Config.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ConfigBuilder
[src]

Returns the "default value" for a type. Read more

impl Clone for ConfigBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more