Struct pepper::config::Config

source ·
pub struct Config {
    pub tab_size: u8,
    pub indent_with_tabs: bool,
    pub visual_empty: char,
    pub visual_space: char,
    pub visual_tab_first: char,
    pub visual_tab_repeat: char,
    pub completion_min_len: u8,
    pub picker_max_height: u8,
    pub status_bar_max_height: u8,
}

Fields§

§tab_size: u8§indent_with_tabs: bool§visual_empty: char§visual_space: char§visual_tab_first: char§visual_tab_repeat: char§completion_min_len: u8§picker_max_height: u8§status_bar_max_height: u8

Implementations§

Trait Implementations§

Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.