Struct lal::ConfigDefaults [] [src]

pub struct ConfigDefaults {
    pub backend: BackendConfiguration,
    pub environments: BTreeMap<String, Container>,
    pub mounts: Vec<Mount>,
    pub minimum_lal: Option<String>,
}

Representation of a configuration defaults file

This file is being used to generate the config when using lal configure

Fields

Configuration settings for the Backend

Environments shorthands that are allowed and their full meaning

Extra volume mounts to be set for the container

Optional minimum version restriction of lal

Methods

impl ConfigDefaults
[src]

[src]

Open and deserialize a defaults file

Trait Implementations

impl Clone for ConfigDefaults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ConfigDefaults
[src]

[src]

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