Fields
nvim: Arc<Mutex<Option<Neovim>>>Implementations
Trait Implementations
sourceimpl Clone for NeovimClientAsync
impl Clone for NeovimClientAsync
Auto Trait Implementations
impl RefUnwindSafe for NeovimClientAsync
impl Send for NeovimClientAsync
impl Sync for NeovimClientAsync
impl Unpin for NeovimClientAsync
impl UnwindSafe for NeovimClientAsync
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more