pub struct Asynchronous;Expand description
Asynchronous marker.
Auto Trait Implementations§
impl Freeze for Asynchronous
impl RefUnwindSafe for Asynchronous
impl Send for Asynchronous
impl Sync for Asynchronous
impl Unpin for Asynchronous
impl UnwindSafe for Asynchronous
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