pub struct ContextPacketId(/* private fields */);Expand description
Context packet id carried by the data-quality hygiene workflow; it finds duplicate, stale, or inconsistent records while blocking automatic provider-system mutation.
Implementations§
Trait Implementations§
Source§impl Clone for ContextPacketId
impl Clone for ContextPacketId
Source§fn clone(&self) -> ContextPacketId
fn clone(&self) -> ContextPacketId
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 ContextPacketId
impl Debug for ContextPacketId
Source§impl<'de> Deserialize<'de> for ContextPacketId
impl<'de> Deserialize<'de> for ContextPacketId
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 Hash for ContextPacketId
impl Hash for ContextPacketId
Source§impl Ord for ContextPacketId
impl Ord for ContextPacketId
Source§fn cmp(&self, other: &ContextPacketId) -> Ordering
fn cmp(&self, other: &ContextPacketId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ContextPacketId
impl PartialEq for ContextPacketId
Source§impl PartialOrd for ContextPacketId
impl PartialOrd for ContextPacketId
Source§impl Serialize for ContextPacketId
impl Serialize for ContextPacketId
impl Eq for ContextPacketId
impl StructuralPartialEq for ContextPacketId
Auto Trait Implementations§
impl Freeze for ContextPacketId
impl RefUnwindSafe for ContextPacketId
impl Send for ContextPacketId
impl Sync for ContextPacketId
impl Unpin for ContextPacketId
impl UnsafeUnpin for ContextPacketId
impl UnwindSafe for ContextPacketId
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