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

pub struct BuiltinModesConfig {
Show 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

Get a reference to the builtin modes config’s default.

Get a reference to the builtin modes config’s selection ops.

Get a reference to the builtin modes config’s create.

Get a reference to the builtin modes config’s create directory.

Get a reference to the builtin modes config’s create file.

Get a reference to the builtin modes config’s number.

Get a reference to the builtin modes config’s go to.

Get a reference to the builtin modes config’s rename.

Get a reference to the builtin modes config’s delete.

Get a reference to the builtin modes config’s action.

Get a reference to the builtin modes config’s search.

Get a reference to the builtin modes config’s filter.

Get a reference to the builtin modes config’s relative path does contain.

Get a reference to the builtin modes config’s relative path does not contain.

Get a reference to the builtin modes config’s sort.

Get a reference to the builtin modes config’s switch layout.

Get a reference to the builtin modes config’s recover.

Get a reference to the builtin modes config’s quit.

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)

recently added

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.