pub enum VimMode {
Insert,
Normal,
}Expand description
Active Vim editing mode.
Variants§
Trait Implementations§
impl Copy for VimMode
impl Eq for VimMode
impl StructuralPartialEq for VimMode
Auto Trait Implementations§
impl Freeze for VimMode
impl RefUnwindSafe for VimMode
impl Send for VimMode
impl Sync for VimMode
impl Unpin for VimMode
impl UnsafeUnpin for VimMode
impl UnwindSafe for VimMode
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