pub enum DataQualityHygieneActionKindCode {
InvestigateMissingSourceEvidence,
ReconcileDuplicateCustomerOrPetCandidate,
CompleteMissingPetOrCustomerProfileFields,
ReviewStaleVaccinationSourceFreshness,
NormalizeAmbiguousServiceLineNaming,
ReviewCheckoutOrUnclosedReservationEvidence,
EscalateSensitiveOrQuarantinedPayload,
}Expand description
Persisted data-quality actions used to quarantine, repair, or reconcile source evidence.
Variants§
InvestigateMissingSourceEvidence
Stable storage code for investigate missing source evidence.
ReconcileDuplicateCustomerOrPetCandidate
Stable storage code for reconcile duplicate customer or pet candidate.
CompleteMissingPetOrCustomerProfileFields
Stable storage code for complete missing pet or customer profile fields.
ReviewStaleVaccinationSourceFreshness
Stable storage code for review stale vaccination source freshness.
NormalizeAmbiguousServiceLineNaming
Stable storage code for normalize ambiguous service line naming.
ReviewCheckoutOrUnclosedReservationEvidence
Stable storage code for review checkout or unclosed reservation evidence.
EscalateSensitiveOrQuarantinedPayload
Stable storage code for escalate sensitive or quarantined payload.
Trait Implementations§
Source§impl Clone for DataQualityHygieneActionKindCode
impl Clone for DataQualityHygieneActionKindCode
Source§fn clone(&self) -> DataQualityHygieneActionKindCode
fn clone(&self) -> DataQualityHygieneActionKindCode
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<'de> Deserialize<'de> for DataQualityHygieneActionKindCode
impl<'de> Deserialize<'de> for DataQualityHygieneActionKindCode
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 DataQualityHygieneActionKindCode
impl PartialEq for DataQualityHygieneActionKindCode
Source§fn eq(&self, other: &DataQualityHygieneActionKindCode) -> bool
fn eq(&self, other: &DataQualityHygieneActionKindCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DataQualityHygieneActionKindCode
impl Eq for DataQualityHygieneActionKindCode
impl StructuralPartialEq for DataQualityHygieneActionKindCode
Auto Trait Implementations§
impl Freeze for DataQualityHygieneActionKindCode
impl RefUnwindSafe for DataQualityHygieneActionKindCode
impl Send for DataQualityHygieneActionKindCode
impl Sync for DataQualityHygieneActionKindCode
impl Unpin for DataQualityHygieneActionKindCode
impl UnsafeUnpin for DataQualityHygieneActionKindCode
impl UnwindSafe for DataQualityHygieneActionKindCode
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