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