pub struct DefaultConfigurationRoot { /* private fields */ }
Expand description

Represents the root of a configuration.

Implementations

Initializes a new root configuration.

Arguments

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Gets the configuration value. Read more
Gets a configuration section with the specified key.
Gets the sequence of child configuration sections.
Returns a change token that can be used to observe when this configuration is reloaded.
Gets an iterator of the key/value pairs within the configuration. Read more
Attempts to convert the configuration as a configuration section.
Gets an iterator of the key/value pairs within the configuration.
Force the configuration values to be reloaded from the underlying provider.
Gets the providers for this configuration.
Converts the ConfigurationRoot into a Configuration.
Formats the value using the given formatter. Read more
The resulting type after dereferencing.
Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.