pub enum KeyConverter {
Normal,
Vim,
}
Variants§
Implementations§
Source§impl KeyConverter
impl KeyConverter
pub fn key_to_order(&self) -> HashMap<Key, Order>
Trait Implementations§
Source§impl Clone for KeyConverter
impl Clone for KeyConverter
Source§fn clone(&self) -> KeyConverter
fn clone(&self) -> KeyConverter
Returns a copy 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 moreimpl Copy for KeyConverter
Auto Trait Implementations§
impl Freeze for KeyConverter
impl RefUnwindSafe for KeyConverter
impl Send for KeyConverter
impl Sync for KeyConverter
impl Unpin for KeyConverter
impl UnwindSafe for KeyConverter
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