pub struct VimState { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VimState
impl RefUnwindSafe for VimState
impl Send for VimState
impl Sync for VimState
impl Unpin for VimState
impl UnsafeUnpin for VimState
impl UnwindSafe for VimState
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