pub enum HygienePersona {
GeneralManager,
AssistantGeneralManager,
FrontDeskLead,
FrontDeskAgent,
RegionalOperator,
OperationsAnalyst,
}Expand description
Decision choices for hygiene persona in the data-quality hygiene workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
GeneralManager
Selects general manager for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
AssistantGeneralManager
Selects assistant general manager for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
FrontDeskLead
Selects front desk lead for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
FrontDeskAgent
Selects front desk agent for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
RegionalOperator
Selects regional operator for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
OperationsAnalyst
Selects operations analyst for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for HygienePersona
impl Clone for HygienePersona
Source§fn clone(&self) -> HygienePersona
fn clone(&self) -> HygienePersona
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more