pub enum Opportunity {
ExitBath,
Playtime,
Grooming,
PremiumSuite,
Training,
}Expand description
Boarding-adjacent revenue opportunities that can be recommended from stay evidence.
Variants§
ExitBath
Bath offered before departure from boarding.
Playtime
Additional enrichment or playtime during the boarding stay.
Grooming
Grooming service line or care-note category.
PremiumSuite
Upgrade opportunity for a higher-tier boarding accommodation.
Training
Training service line or care-note category.
Trait Implementations§
Source§impl Clone for Opportunity
impl Clone for Opportunity
Source§fn clone(&self) -> Opportunity
fn clone(&self) -> Opportunity
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 Opportunity
impl Debug for Opportunity
Source§impl<'de> Deserialize<'de> for Opportunity
impl<'de> Deserialize<'de> for Opportunity
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 Opportunity
impl PartialEq for Opportunity
Source§impl Serialize for Opportunity
impl Serialize for Opportunity
impl Copy for Opportunity
impl Eq for Opportunity
impl StructuralPartialEq for Opportunity
Auto Trait Implementations§
impl Freeze for Opportunity
impl RefUnwindSafe for Opportunity
impl Send for Opportunity
impl Sync for Opportunity
impl Unpin for Opportunity
impl UnsafeUnpin for Opportunity
impl UnwindSafe for Opportunity
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