pub struct Task<F: Function> { /* private fields */ }
Expand description
This is a single task
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Task<F>
impl<F> !RefUnwindSafe for Task<F>
impl<F> Send for Task<F>
impl<F> !Sync for Task<F>
impl<F> Unpin for Task<F>
impl<F> !UnwindSafe for Task<F>
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