pub enum DataQualityHygienePersonaCode {
GeneralManager,
AssistantGeneralManager,
FrontDeskLead,
FrontDeskAgent,
RegionalOperator,
OperationsAnalyst,
}Expand description
Persisted personas accountable for data-quality hygiene work.
Variants§
GeneralManager
Stable storage code for general manager.
AssistantGeneralManager
Stable storage code for assistant general manager.
FrontDeskLead
Stable storage code for front desk lead.
FrontDeskAgent
Stable storage code for front desk agent.
RegionalOperator
Stable storage code for regional operator.
OperationsAnalyst
Stable storage code for operations analyst.
Trait Implementations§
Source§impl Clone for DataQualityHygienePersonaCode
impl Clone for DataQualityHygienePersonaCode
Source§fn clone(&self) -> DataQualityHygienePersonaCode
fn clone(&self) -> DataQualityHygienePersonaCode
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 DataQualityHygienePersonaCode
impl<'de> Deserialize<'de> for DataQualityHygienePersonaCode
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 DataQualityHygienePersonaCode
impl PartialEq for DataQualityHygienePersonaCode
Source§fn eq(&self, other: &DataQualityHygienePersonaCode) -> bool
fn eq(&self, other: &DataQualityHygienePersonaCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DataQualityHygienePersonaCode
impl Eq for DataQualityHygienePersonaCode
impl StructuralPartialEq for DataQualityHygienePersonaCode
Auto Trait Implementations§
impl Freeze for DataQualityHygienePersonaCode
impl RefUnwindSafe for DataQualityHygienePersonaCode
impl Send for DataQualityHygienePersonaCode
impl Sync for DataQualityHygienePersonaCode
impl Unpin for DataQualityHygienePersonaCode
impl UnsafeUnpin for DataQualityHygienePersonaCode
impl UnwindSafe for DataQualityHygienePersonaCode
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