pub enum ProcessWakeDedupeKey {
EventIdentity,
Selector(ProcessValueSelector),
Const(String),
}Variants§
Trait Implementations§
Source§impl Clone for ProcessWakeDedupeKey
impl Clone for ProcessWakeDedupeKey
Source§fn clone(&self) -> ProcessWakeDedupeKey
fn clone(&self) -> ProcessWakeDedupeKey
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 ProcessWakeDedupeKey
impl Debug for ProcessWakeDedupeKey
Source§impl Default for ProcessWakeDedupeKey
impl Default for ProcessWakeDedupeKey
Source§fn default() -> ProcessWakeDedupeKey
fn default() -> ProcessWakeDedupeKey
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProcessWakeDedupeKey
impl<'de> Deserialize<'de> for ProcessWakeDedupeKey
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 ProcessWakeDedupeKey
impl PartialEq for ProcessWakeDedupeKey
Source§fn eq(&self, other: &ProcessWakeDedupeKey) -> bool
fn eq(&self, other: &ProcessWakeDedupeKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessWakeDedupeKey
impl Serialize for ProcessWakeDedupeKey
impl StructuralPartialEq for ProcessWakeDedupeKey
Auto Trait Implementations§
impl Freeze for ProcessWakeDedupeKey
impl RefUnwindSafe for ProcessWakeDedupeKey
impl Send for ProcessWakeDedupeKey
impl Sync for ProcessWakeDedupeKey
impl Unpin for ProcessWakeDedupeKey
impl UnsafeUnpin for ProcessWakeDedupeKey
impl UnwindSafe for ProcessWakeDedupeKey
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