pub struct ProcessWake {
pub input: String,
pub dedupe_key: String,
}Fields§
§input: String§dedupe_key: StringTrait Implementations§
Source§impl Clone for ProcessWake
impl Clone for ProcessWake
Source§fn clone(&self) -> ProcessWake
fn clone(&self) -> ProcessWake
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessWake
impl Debug for ProcessWake
Source§impl<'de> Deserialize<'de> for ProcessWake
impl<'de> Deserialize<'de> for ProcessWake
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 ProcessWake
impl PartialEq for ProcessWake
Source§fn eq(&self, other: &ProcessWake) -> bool
fn eq(&self, other: &ProcessWake) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessWake
impl Serialize for ProcessWake
impl StructuralPartialEq for ProcessWake
Auto Trait Implementations§
impl Freeze for ProcessWake
impl RefUnwindSafe for ProcessWake
impl Send for ProcessWake
impl Sync for ProcessWake
impl Unpin for ProcessWake
impl UnsafeUnpin for ProcessWake
impl UnwindSafe for ProcessWake
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