pub enum HygienePersona {
GeneralManager,
AssistantGeneralManager,
FrontDeskLead,
FrontDeskAgent,
RegionalOperator,
OperationsAnalyst,
}Expand description
Decision taxonomy for hygiene persona in the data-quality hygiene workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
GeneralManager
Represents general manager in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
AssistantGeneralManager
Represents assistant general manager in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
FrontDeskLead
Represents front desk lead in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
FrontDeskAgent
Represents front desk agent in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
RegionalOperator
Represents regional operator in the data-quality hygiene decision model so the app can choose the correct evidence, review, or draft path without taking live action.
OperationsAnalyst
Represents operations analyst in the data-quality hygiene decision model so the app can choose the correct evidence, review, 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