pub enum InputMode {
Command,
Insert,
Replace,
}
Expand description
Vi input modes
Variants§
Trait Implementations§
source§impl PartialEq for InputMode
impl PartialEq for InputMode
impl Copy for InputMode
impl Eq for InputMode
impl StructuralEq for InputMode
impl StructuralPartialEq for InputMode
Auto Trait Implementations§
impl RefUnwindSafe for InputMode
impl Send for InputMode
impl Sync for InputMode
impl Unpin for InputMode
impl UnwindSafe for InputMode
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