Struct neovim_lib::async::AsyncCall
source · [−]pub struct AsyncCall<'a, R: FromVal<Value>> { /* private fields */ }Implementations
Auto Trait Implementations
impl<'a, R> !RefUnwindSafe for AsyncCall<'a, R>
impl<'a, R> Send for AsyncCall<'a, R>where
R: Send,
impl<'a, R> !Sync for AsyncCall<'a, R>
impl<'a, R> Unpin for AsyncCall<'a, R>where
R: Unpin,
impl<'a, R> !UnwindSafe for AsyncCall<'a, R>
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