pub enum OperatingFunction {
FrontDesk,
CallCenter,
GeneralManagers,
AssistantGeneralManagers,
RegionalOperations,
Grooming,
Training,
Marketing,
InformationTechnology,
}Expand description
Resort operating function whose workload can be reduced or coordinated by automation.
Variants§
FrontDesk
Front desk workload includes check-in, checkout, phone, inbox, and source-correction queues.
CallCenter
Call-center workload covers repeat questions and lead routing that automation may draft or classify.
GeneralManagers
General managers own daily review gates for staffing, capacity, exceptions, and customer-impacting actions.
AssistantGeneralManagers
Assistant general managers share local exception review and handoff cleanup work.
RegionalOperations
Regional operations reviews portfolio variance and coaching opportunities without bypassing site authority.
Grooming
Grooming service line or care-note category.
Training
Training service line or care-note category.
Marketing
Marketing workload includes reviewed outreach, campaign evidence, and retention queues.
InformationTechnology
IT workload includes integration, access, and source-system hygiene needed before automation can trust evidence.
Trait Implementations§
Source§impl Clone for OperatingFunction
impl Clone for OperatingFunction
Source§fn clone(&self) -> OperatingFunction
fn clone(&self) -> OperatingFunction
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more