pub struct AsyncCall<'a, R: FromVal<Value>> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for AsyncCall<'a, R>
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§
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