pub enum Internal {
Show 82 variants back, close_panel_ok, close_panel_cancel, copy_line, copy_path, filesystems, focus, help, input_clear, input_del_char_left, input_del_char_below, input_del_word_left, input_del_word_right, input_go_to_end, input_go_left, input_go_right, input_go_to_start, input_go_word_left, input_go_word_right, input_selection_copy, input_selection_cut, input_paste, line_down, line_up, line_down_no_cycle, line_up_no_cycle, open_stay, open_stay_filter, open_leave, mode_input, mode_command, next_match, next_same_depth, no_sort, page_down, page_up, parent, panel_left, panel_right, previous_match, previous_same_depth, open_preview, close_preview, toggle_preview, preview_image, preview_text, preview_binary, print_path, print_relative_path, print_tree, start_end_panel, quit, refresh, root_up, root_down, select_first, select_last, sort_by_count, sort_by_date, sort_by_size, clear_stage, stage, unstage, open_staging_area, close_staging_area, toggle_staging_area, toggle_stage, toggle_counts, toggle_dates, toggle_device_id, toggle_files, toggle_git_ignore, toggle_git_file_info, toggle_git_status, toggle_root_fs, toggle_hidden, toggle_perm, toggle_sizes, toggle_trim_root, toggle_second_tree, total_search, up_tree,
}

Variants

back

close_panel_ok

close_panel_cancel

copy_line

copy_path

filesystems

focus

help

input_clear

input_del_char_left

input_del_char_below

input_del_word_left

input_del_word_right

input_go_to_end

input_go_left

input_go_right

input_go_to_start

input_go_word_left

input_go_word_right

input_selection_copy

input_selection_cut

input_paste

line_down

line_up

line_down_no_cycle

line_up_no_cycle

open_stay

open_stay_filter

open_leave

mode_input

mode_command

next_match

next_same_depth

no_sort

page_down

page_up

parent

panel_left

panel_right

previous_match

previous_same_depth

open_preview

close_preview

toggle_preview

preview_image

preview_text

preview_binary

print_path

print_relative_path

print_tree

start_end_panel

quit

refresh

root_up

root_down

select_first

select_last

sort_by_count

sort_by_date

sort_by_size

clear_stage

stage

unstage

open_staging_area

close_staging_area

toggle_staging_area

toggle_stage

toggle_counts

toggle_dates

toggle_device_id

toggle_files

toggle_git_ignore

toggle_git_file_info

toggle_git_status

toggle_root_fs

toggle_hidden

toggle_perm

toggle_sizes

toggle_trim_root

toggle_second_tree

up_tree

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.