pub enum PainArea {
LaborEfficiency,
CustomerCommunicationLoad,
ReservationCapacityOptimization,
DataFragmentation,
SalesRetentionMarketing,
TrainingAndStandards,
}Expand description
Portfolio pain area that can become a bounded automation or labor-improvement lane.
Variants§
LaborEfficiency
Labor-efficiency pain area where automation should reduce manual staffing and demand reconciliation.
CustomerCommunicationLoad
Customer-communication pain area where drafting or triage may reduce phone and inbox load.
ReservationCapacityOptimization
Reservation-capacity pain area where recommendations must respect room, yard, staff, and policy gates.
DataFragmentation
Data-fragmentation pain area where duplicate or missing source facts make workflows slower and less safe.
SalesRetentionMarketing
Sales/retention pain area where outreach candidates can be ranked but customer contact remains reviewed.
TrainingAndStandards
Training/standards pain area where assistants reduce lookup and documentation labor without replacing manager approval.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PainArea
impl<'de> Deserialize<'de> for PainArea
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
impl Copy for PainArea
impl Eq for PainArea
impl StructuralPartialEq for PainArea
Auto Trait Implementations§
impl Freeze for PainArea
impl RefUnwindSafe for PainArea
impl Send for PainArea
impl Sync for PainArea
impl Unpin for PainArea
impl UnsafeUnpin for PainArea
impl UnwindSafe for PainArea
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