pub enum RevenueOpportunityKind {
ExitBathAfterBoarding,
GroomingRebookingDue,
DaycarePackageCandidate,
TrainingConsultCandidate,
HolidayBoardingWaitlistFill,
}Expand description
Domain vocabulary for revenue opportunity kind decisions in daily brief workflows.
Variants§
ExitBathAfterBoarding
Exit bath after boarding item surfaced for manager daily-brief triage.
GroomingRebookingDue
Grooming rebooking due item surfaced for manager daily-brief triage.
DaycarePackageCandidate
Daycare package candidate item surfaced for manager daily-brief triage.
TrainingConsultCandidate
Training consult candidate item surfaced for manager daily-brief triage.
HolidayBoardingWaitlistFill
Holiday boarding waitlist fill item surfaced for manager daily-brief triage.
Trait Implementations§
Source§impl Clone for RevenueOpportunityKind
impl Clone for RevenueOpportunityKind
Source§fn clone(&self) -> RevenueOpportunityKind
fn clone(&self) -> RevenueOpportunityKind
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 Debug for RevenueOpportunityKind
impl Debug for RevenueOpportunityKind
Source§impl<'de> Deserialize<'de> for RevenueOpportunityKind
impl<'de> Deserialize<'de> for RevenueOpportunityKind
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 RevenueOpportunityKind
impl PartialEq for RevenueOpportunityKind
Source§impl Serialize for RevenueOpportunityKind
impl Serialize for RevenueOpportunityKind
impl Eq for RevenueOpportunityKind
impl StructuralPartialEq for RevenueOpportunityKind
Auto Trait Implementations§
impl Freeze for RevenueOpportunityKind
impl RefUnwindSafe for RevenueOpportunityKind
impl Send for RevenueOpportunityKind
impl Sync for RevenueOpportunityKind
impl Unpin for RevenueOpportunityKind
impl UnsafeUnpin for RevenueOpportunityKind
impl UnwindSafe for RevenueOpportunityKind
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