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