Enum broot::verb::Internal[][src]

pub enum Internal {
Show variants back, close_panel_ok, close_panel_cancel, copy_line, copy_path, filesystems, focus, help, 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_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, 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_files, toggle_git_ignore, toggle_git_file_info, toggle_git_status, toggle_root_fs, toggle_hidden, toggle_perm, toggle_sizes, toggle_trim_root, total_search, up_tree,
}

Variants

back
close_panel_ok
close_panel_cancel
copy_line
copy_path
filesystems
focus
help
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_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
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_files
toggle_git_ignore
toggle_git_file_info
toggle_git_status
toggle_root_fs
toggle_hidden
toggle_perm
toggle_sizes
toggle_trim_root
up_tree

Implementations

impl Internal[src]

impl Internal[src]

pub fn name(self) -> &'static str[src]

pub fn description(self) -> &'static str[src]

pub fn need_path(self) -> bool[src]

impl Internal[src]

pub fn invocation_pattern(self) -> &'static str[src]

pub fn exec_pattern(self) -> &'static str[src]

pub fn needs_selection(self, arg: &Option<String>) -> bool[src]

Trait Implementations

impl Clone for Internal[src]

impl Copy for Internal[src]

impl Debug for Internal[src]

impl PartialEq<Internal> for Internal[src]

impl StructuralPartialEq for Internal[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,