pub struct Vi<'a, W: Write> { /* private fields */ }
Expand description
Vi keybindings for Editor
.
use liner::*;
let mut context = Context::new();
context.key_bindings = KeyBindings::Vi;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, W> Freeze for Vi<'a, W>where
W: Freeze,
impl<'a, W> !RefUnwindSafe for Vi<'a, W>
impl<'a, W> !Send for Vi<'a, W>
impl<'a, W> !Sync for Vi<'a, W>
impl<'a, W> Unpin for Vi<'a, W>where
W: Unpin,
impl<'a, W> !UnwindSafe for Vi<'a, W>
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