pub enum StopAllWorkersMethod {
StopAllWorkers,
}Variants§
StopAllWorkers
Trait Implementations§
Source§impl Clone for StopAllWorkersMethod
impl Clone for StopAllWorkersMethod
Source§fn clone(&self) -> StopAllWorkersMethod
fn clone(&self) -> StopAllWorkersMethod
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 StopAllWorkersMethod
impl Debug for StopAllWorkersMethod
Source§impl<'de> Deserialize<'de> for StopAllWorkersMethod
impl<'de> Deserialize<'de> for StopAllWorkersMethod
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 StopAllWorkersMethod
impl PartialEq for StopAllWorkersMethod
Source§impl Serialize for StopAllWorkersMethod
impl Serialize for StopAllWorkersMethod
impl StructuralPartialEq for StopAllWorkersMethod
Auto Trait Implementations§
impl Freeze for StopAllWorkersMethod
impl RefUnwindSafe for StopAllWorkersMethod
impl Send for StopAllWorkersMethod
impl Sync for StopAllWorkersMethod
impl Unpin for StopAllWorkersMethod
impl UnsafeUnpin for StopAllWorkersMethod
impl UnwindSafe for StopAllWorkersMethod
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