Struct xplr::config::BuiltinModesConfig[][src]

pub struct BuiltinModesConfig {
Show 18 fields pub default: Mode, pub recover: Mode, pub selection_ops: Mode, pub create: Mode, pub create_directory: Mode, pub create_file: Mode, pub number: Mode, pub go_to: Mode, pub rename: Mode, pub delete: Mode, pub action: Mode, pub search: Mode, pub filter: Mode, pub relative_path_does_contain: Mode, pub relative_path_does_not_contain: Mode, pub sort: Mode, pub switch_layout: Mode, pub quit: Mode,
}

Fields

default: Moderecover: Modeselection_ops: Modecreate: Modecreate_directory: Modecreate_file: Modenumber: Modego_to: Moderename: Modedelete: Modeaction: Modesearch: Modefilter: Moderelative_path_does_contain: Moderelative_path_does_not_contain: Modesort: Modeswitch_layout: Modequit: Mode

Implementations

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

Performs the conversion.

Performs the conversion.

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.