pub struct NeovimClientAsync {
nvim: Arc<Mutex<Option<Neovim>>>,
}
Fields§
§nvim: Arc<Mutex<Option<Neovim>>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeovimClientAsync
impl RefUnwindSafe for NeovimClientAsync
impl Send for NeovimClientAsync
impl Sync for NeovimClientAsync
impl Unpin for NeovimClientAsync
impl UnwindSafe for NeovimClientAsync
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