pub enum AddOn {
Playtime,
ExitBath,
PremiumSuite,
Grooming,
TrainingSession,
}Expand description
Boarding add-on vocabulary used for reviewed upsell, capacity, and labor signals.
Variants§
Playtime
Playtime add-on that creates extra yard or staff time before it can be offered or scheduled.
ExitBath
Bath offered before departure from boarding.
PremiumSuite
Premium-suite add-on that changes room value and capacity expectations.
Grooming
Grooming service line or care-note category.
TrainingSession
Training-session add-on that requires trainer availability and human-reviewed scheduling.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AddOn
impl<'de> Deserialize<'de> for AddOn
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 AddOn
impl Eq for AddOn
impl StructuralPartialEq for AddOn
Auto Trait Implementations§
impl Freeze for AddOn
impl RefUnwindSafe for AddOn
impl Send for AddOn
impl Sync for AddOn
impl Unpin for AddOn
impl UnsafeUnpin for AddOn
impl UnwindSafe for AddOn
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