pub struct Executor { /* private fields */ }Expand description
The global executor singleton.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Executor
impl !Sync for Executor
impl Freeze for Executor
impl RefUnwindSafe for Executor
impl Unpin for Executor
impl UnsafeUnpin for Executor
impl UnwindSafe for Executor
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