pub struct Task { /* private fields */ }
Expand description
Wrapper for a Future
that can be polled by an external single threaded
Dart executor.
Implementations§
Trait Implementations§
impl Send for Task
impl Sync for Task
Auto Trait Implementations§
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