pub struct AsyncTask { /* private fields */ }Expand description
The tasks used by AsyncExecutor.
Trait Implementations§
impl Send for AsyncTask
Auto Trait Implementations§
impl Freeze for AsyncTask
impl !RefUnwindSafe for AsyncTask
impl !Sync for AsyncTask
impl Unpin for AsyncTask
impl !UnwindSafe for AsyncTask
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