Struct toml_bombadil::settings::Settings[][src]

pub struct Settings {
    pub gpg_user_id: Option<String>,
    pub settings: ActiveProfile,
    pub profiles: HashMap<String, Profile>,
    pub import: Vec<ImportPath>,
    // some fields omitted
}
Expand description

The Global bombadil configuration

Fields

gpg_user_id: Option<String>settings: ActiveProfileprofiles: HashMap<String, Profile>import: Vec<ImportPath>

Paths to merge with the main configuration

Implementations

Resolve bombadil settings against its standard xdg path : $XDG_CONFIG_DIR/bombadil.toml

Resolve the bombadil XDG settings path : `$XDG_CONFIG_DIR/bombadil.toml

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

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.