pub struct Run { /* private fields */ }👎Deprecated
Expand description
Units of work submitted to an Executor, currently only created
internally.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Run
impl !RefUnwindSafe for Run
impl Send for Run
impl !Sync for Run
impl Unpin for Run
impl !UnwindSafe for Run
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