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