pub enum StopWorkerMethod {
StopWorker,
}Variants§
StopWorker
Trait Implementations§
Source§impl Clone for StopWorkerMethod
impl Clone for StopWorkerMethod
Source§fn clone(&self) -> StopWorkerMethod
fn clone(&self) -> StopWorkerMethod
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 StopWorkerMethod
impl Debug for StopWorkerMethod
Source§impl<'de> Deserialize<'de> for StopWorkerMethod
impl<'de> Deserialize<'de> for StopWorkerMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StopWorkerMethod
impl PartialEq for StopWorkerMethod
Source§impl Serialize for StopWorkerMethod
impl Serialize for StopWorkerMethod
impl StructuralPartialEq for StopWorkerMethod
Auto Trait Implementations§
impl Freeze for StopWorkerMethod
impl RefUnwindSafe for StopWorkerMethod
impl Send for StopWorkerMethod
impl Sync for StopWorkerMethod
impl Unpin for StopWorkerMethod
impl UnsafeUnpin for StopWorkerMethod
impl UnwindSafe for StopWorkerMethod
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