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 !RefUnwindSafe for Run
impl Send for Run
impl !Sync for Run
impl Unpin for Run
impl !UnwindSafe for Run
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more