pub struct ProcessWakeSpec {
pub when: Option<ProcessValueSelector>,
pub input: ProcessValueSelector,
pub dedupe_key: ProcessWakeDedupeKey,
}Fields§
§when: Option<ProcessValueSelector>§input: ProcessValueSelector§dedupe_key: ProcessWakeDedupeKeyTrait Implementations§
Source§impl Clone for ProcessWakeSpec
impl Clone for ProcessWakeSpec
Source§fn clone(&self) -> ProcessWakeSpec
fn clone(&self) -> ProcessWakeSpec
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 ProcessWakeSpec
impl Debug for ProcessWakeSpec
Source§impl<'de> Deserialize<'de> for ProcessWakeSpec
impl<'de> Deserialize<'de> for ProcessWakeSpec
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 ProcessWakeSpec
impl PartialEq for ProcessWakeSpec
Source§fn eq(&self, other: &ProcessWakeSpec) -> bool
fn eq(&self, other: &ProcessWakeSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessWakeSpec
impl Serialize for ProcessWakeSpec
impl StructuralPartialEq for ProcessWakeSpec
Auto Trait Implementations§
impl Freeze for ProcessWakeSpec
impl RefUnwindSafe for ProcessWakeSpec
impl Send for ProcessWakeSpec
impl Sync for ProcessWakeSpec
impl Unpin for ProcessWakeSpec
impl UnsafeUnpin for ProcessWakeSpec
impl UnwindSafe for ProcessWakeSpec
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