pub struct StopAllWorkers {}Implementations§
Trait Implementations§
Source§impl Clone for StopAllWorkers
impl Clone for StopAllWorkers
Source§fn clone(&self) -> StopAllWorkers
fn clone(&self) -> StopAllWorkers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for StopAllWorkers
impl Command for StopAllWorkers
Source§impl Debug for StopAllWorkers
impl Debug for StopAllWorkers
Auto Trait Implementations§
impl Freeze for StopAllWorkers
impl RefUnwindSafe for StopAllWorkers
impl Send for StopAllWorkers
impl Sync for StopAllWorkers
impl Unpin for StopAllWorkers
impl UnwindSafe for StopAllWorkers
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