pub enum Upsell {
ExitBath,
TrainingSession,
EnrichmentPlay,
PremiumBedding,
}Expand description
Optional boarding-adjacent services that may appear in staff offer recommendations.
Variants§
ExitBath
Bath offered before departure from boarding.
TrainingSession
Training add-on that can be bundled with a boarding stay after staff review.
EnrichmentPlay
Additional play or enrichment add-on during the stay.
PremiumBedding
Premium comfort add-on for the boarding room or suite.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Upsell
impl<'de> Deserialize<'de> for Upsell
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 Upsell
impl Eq for Upsell
impl StructuralPartialEq for Upsell
Auto Trait Implementations§
impl Freeze for Upsell
impl RefUnwindSafe for Upsell
impl Send for Upsell
impl Sync for Upsell
impl Unpin for Upsell
impl UnsafeUnpin for Upsell
impl UnwindSafe for Upsell
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