pub struct NormalKeybinding;
Expand description
Default keybindings for the editor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NormalKeybinding
impl RefUnwindSafe for NormalKeybinding
impl Send for NormalKeybinding
impl Sync for NormalKeybinding
impl Unpin for NormalKeybinding
impl UnwindSafe for NormalKeybinding
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