pub enum KeyBindingSortOrder {
Key,
Modifier,
Name,
}Expand description
Sort orders accepted by list-keys -O.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for KeyBindingSortOrder
impl Clone for KeyBindingSortOrder
Source§fn clone(&self) -> KeyBindingSortOrder
fn clone(&self) -> KeyBindingSortOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyBindingSortOrder
impl Debug for KeyBindingSortOrder
Source§impl Default for KeyBindingSortOrder
impl Default for KeyBindingSortOrder
Source§fn default() -> KeyBindingSortOrder
fn default() -> KeyBindingSortOrder
Returns the “default value” for a type. Read more
Source§impl PartialEq for KeyBindingSortOrder
impl PartialEq for KeyBindingSortOrder
Source§fn eq(&self, other: &KeyBindingSortOrder) -> bool
fn eq(&self, other: &KeyBindingSortOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KeyBindingSortOrder
impl Eq for KeyBindingSortOrder
impl StructuralPartialEq for KeyBindingSortOrder
Auto Trait Implementations§
impl Freeze for KeyBindingSortOrder
impl RefUnwindSafe for KeyBindingSortOrder
impl Send for KeyBindingSortOrder
impl Sync for KeyBindingSortOrder
impl Unpin for KeyBindingSortOrder
impl UnsafeUnpin for KeyBindingSortOrder
impl UnwindSafe for KeyBindingSortOrder
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