pub struct FilePickerKeyMap {}Expand description
Keybindings for file picker fields.
Fields§
§next: BindingGo to next field.
prev: BindingGo to previous field.
submit: BindingSubmit the form.
up: BindingMove up in file list.
down: BindingMove down in file list.
open: BindingOpen directory or select file.
close: BindingClose picker / go back.
back: BindingGo back to parent directory.
select: BindingSelect current item.
goto_top: BindingGo to top of list.
goto_bottom: BindingGo to bottom of list.
page_up: BindingPage up.
page_down: BindingPage down.
Trait Implementations§
Source§impl Clone for FilePickerKeyMap
impl Clone for FilePickerKeyMap
Source§fn clone(&self) -> FilePickerKeyMap
fn clone(&self) -> FilePickerKeyMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FilePickerKeyMap
impl Debug for FilePickerKeyMap
Auto Trait Implementations§
impl Freeze for FilePickerKeyMap
impl RefUnwindSafe for FilePickerKeyMap
impl Send for FilePickerKeyMap
impl Sync for FilePickerKeyMap
impl Unpin for FilePickerKeyMap
impl UnwindSafe for FilePickerKeyMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more