Struct apollo_framework::config::Handle[][src]

pub struct Handle { /* fields omitted */ }
Expand description

Represents a handle to the currently loaded configuration.

Note that this handle should not be stored or kept around for long, as it will not be updated if the underlying config changed.

Implementations

Provides access to the currently loaded configuration.

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

Performs the conversion.

Performs the conversion.

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.