Struct butlerd::Responses::BStart[][src]

pub struct BStart {
    pub secret: String,
    pub http: Map<String, Value>,
    pub https: Map<String, Value>,
}

What butlerd prints at startup

Fields

Trait Implementations

impl Debug for BStart
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BStart

impl Sync for BStart