Struct k9::config::Config[][src]

pub struct Config {
    pub assertions_will_panic: AtomicBool,
    pub terminal_width_override: AtomicUsize,
    pub update_mode: bool,
    pub built_with_buck: bool,
    pub force_enable_colors: bool,
}

Fields

assertions_will_panic: AtomicBool

Configurable so we can test all assertions in our own test suite without panicing.

terminal_width_override: AtomicUsize

0 === disabled

update_mode: boolbuilt_with_buck: bool

Whether this binary is built with buck

force_enable_colors: bool

Whether we should always enable colored output

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.