pub struct AsyncResult {}
Implementations§
Source§impl AsyncResult
impl AsyncResult
Auto Trait Implementations§
impl Freeze for AsyncResult
impl RefUnwindSafe for AsyncResult
impl Send for AsyncResult
impl Sync for AsyncResult
impl Unpin for AsyncResult
impl UnwindSafe for AsyncResult
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