pub struct Config {
Show 19 fields pub filesize_metric: bool, pub table_mode: String, pub use_ls_colors: bool, pub color_config: HashMap<String, Value>, pub use_grid_icons: bool, pub footer_mode: FooterMode, pub animate_prompt: bool, pub float_precision: i64, pub filesize_format: String, pub use_ansi_coloring: bool, pub quick_completions: bool, pub partial_completions: bool, pub edit_mode: String, pub max_history_size: i64, pub sync_history_on_enter: bool, pub log_level: String, pub keybindings: Vec<ParsedKeybinding>, pub menus: Vec<ParsedMenu>, pub rm_always_trash: bool,
}

Fields

filesize_metric: booltable_mode: Stringuse_ls_colors: boolcolor_config: HashMap<String, Value>use_grid_icons: boolfooter_mode: FooterModeanimate_prompt: boolfloat_precision: i64filesize_format: Stringuse_ansi_coloring: boolquick_completions: boolpartial_completions: booledit_mode: Stringmax_history_size: i64sync_history_on_enter: boollog_level: Stringkeybindings: Vec<ParsedKeybinding>menus: Vec<ParsedMenu>rm_always_trash: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.

Converts the value of self to an instance of Hjson

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.