Struct rst_app::core::types::Settings [] [src]

pub struct Settings {
    pub disabled: bool,
    pub paths: VecDeque<PathBuf>,
    pub code_paths: VecDeque<PathBuf>,
    pub exclude_code_paths: VecDeque<PathBuf>,
    pub color: bool,
}

Fields

Methods

impl Settings
[src]

impl Settings
[src]

Load a settings object from a TOML Table partof: #SPC-settings-load

Trait Implementations

impl Debug for Settings
[src]

Formats the value using the given formatter.

impl Default for Settings
[src]

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

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more