pub struct ActionsConfig {Show 16 fields
pub down: KeyAction,
pub up: KeyAction,
pub ctrl_j: KeyAction,
pub ctrl_k: KeyAction,
pub enter: KeyAction,
pub shift_enter: KeyAction,
pub backspace: KeyAction,
pub ctrl_r: KeyAction,
pub ctrl_s: KeyAction,
pub ctrl_x: KeyAction,
pub ctrl_p: KeyAction,
pub ctrl_d: KeyAction,
pub ctrl_m: KeyAction,
pub ctrl_w: KeyAction,
pub esc: KeyAction,
pub ctrl_c: KeyAction,
}Fields§
§down: KeyAction§up: KeyAction§ctrl_j: KeyAction§ctrl_k: KeyAction§enter: KeyAction§shift_enter: KeyAction§backspace: KeyAction§ctrl_r: KeyAction§ctrl_s: KeyAction§ctrl_x: KeyAction§ctrl_p: KeyAction§ctrl_d: KeyAction§ctrl_m: KeyAction§ctrl_w: KeyAction§esc: KeyAction§ctrl_c: KeyActionTrait Implementations§
Source§impl Clone for ActionsConfig
impl Clone for ActionsConfig
Source§fn clone(&self) -> ActionsConfig
fn clone(&self) -> ActionsConfig
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 ActionsConfig
impl Debug for ActionsConfig
Source§impl PartialEq for ActionsConfig
impl PartialEq for ActionsConfig
impl Eq for ActionsConfig
impl StructuralPartialEq for ActionsConfig
Auto Trait Implementations§
impl Freeze for ActionsConfig
impl RefUnwindSafe for ActionsConfig
impl Send for ActionsConfig
impl Sync for ActionsConfig
impl Unpin for ActionsConfig
impl UnsafeUnpin for ActionsConfig
impl UnwindSafe for ActionsConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.