pub struct StopWorkerResult {}Trait Implementations§
Source§impl Clone for StopWorkerResult
impl Clone for StopWorkerResult
Source§fn clone(&self) -> StopWorkerResult
fn clone(&self) -> StopWorkerResult
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 StopWorkerResult
impl Debug for StopWorkerResult
Source§impl Default for StopWorkerResult
impl Default for StopWorkerResult
Source§fn default() -> StopWorkerResult
fn default() -> StopWorkerResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopWorkerResult
impl<'de> Deserialize<'de> for StopWorkerResult
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 StopWorkerResult
impl PartialEq for StopWorkerResult
Source§impl Serialize for StopWorkerResult
impl Serialize for StopWorkerResult
Source§impl TryFrom<Value> for StopWorkerResult
impl TryFrom<Value> for StopWorkerResult
impl StructuralPartialEq for StopWorkerResult
Auto Trait Implementations§
impl Freeze for StopWorkerResult
impl RefUnwindSafe for StopWorkerResult
impl Send for StopWorkerResult
impl Sync for StopWorkerResult
impl Unpin for StopWorkerResult
impl UnsafeUnpin for StopWorkerResult
impl UnwindSafe for StopWorkerResult
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