Struct luftpost::config::Config [] [src]

pub struct Config {
    pub general: General,
    pub defaults: Defaults,
    pub smtp: Option<Smtp>,
    pub sensors: Vec<Sensor>,
}

Fields

Methods

impl Config
[src]

[src]

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.