pub struct StopWorker { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StopWorker
impl Clone for StopWorker
Source§fn clone(&self) -> StopWorker
fn clone(&self) -> StopWorker
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 Debug for StopWorker
impl Debug for StopWorker
Auto Trait Implementations§
impl Freeze for StopWorker
impl RefUnwindSafe for StopWorker
impl Send for StopWorker
impl Sync for StopWorker
impl Unpin for StopWorker
impl UnsafeUnpin for StopWorker
impl UnwindSafe for StopWorker
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