Struct vidar::Config []

pub struct Config { /* fields omitted */ }

A Config used when loading environment properties.

Methods

impl Config

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.

impl Config

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.

impl Config
[src]

Create a new Config for the given Kind.

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Eq for Config
[src]

impl PartialEq for Config
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Config
[src]

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