pub enum AddOnCode {
Playtime,
ExitBath,
PremiumSuite,
Grooming,
TrainingSession,
}Expand description
Storage-facing boarding add-on code.
Variants§
Playtime
Stable storage code for playtime.
ExitBath
Stable storage code for exit bath.
PremiumSuite
Stable storage code for premium suite.
Grooming
Stable storage code for grooming.
TrainingSession
Stable storage code for training session.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AddOnCode
impl<'de> Deserialize<'de> for AddOnCode
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 AddOnCode
impl Eq for AddOnCode
impl StructuralPartialEq for AddOnCode
Auto Trait Implementations§
impl Freeze for AddOnCode
impl RefUnwindSafe for AddOnCode
impl Send for AddOnCode
impl Sync for AddOnCode
impl Unpin for AddOnCode
impl UnsafeUnpin for AddOnCode
impl UnwindSafe for AddOnCode
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