pub enum AddOn {
Playtime,
ExitBath,
PremiumSuite,
Grooming,
TrainingSession,
}Expand description
Domain vocabulary for add on decisions in operations workflows.
Variants§
Playtime
Playtime operations signal for labor, capacity, or task planning.
ExitBath
Bath offered before departure from boarding.
PremiumSuite
Premium suite operations signal for labor, capacity, or task planning.
Grooming
Grooming service line or care-note category.
TrainingSession
Training session operations signal for labor, capacity, or task planning.
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