pub enum InsertDir {
Left,
Right,
Up,
Down,
}Expand description
Direction for insert-mode arrow movement.
Variants§
Trait Implementations§
impl Copy for InsertDir
impl Eq for InsertDir
impl StructuralPartialEq for InsertDir
Auto Trait Implementations§
impl Freeze for InsertDir
impl RefUnwindSafe for InsertDir
impl Send for InsertDir
impl Sync for InsertDir
impl Unpin for InsertDir
impl UnsafeUnpin for InsertDir
impl UnwindSafe for InsertDir
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