pub enum Brand {
NvaPetResorts,
PetSuites,
PoochHotel,
EliteSuites,
TheBarkSide,
WoofdorfAstoria,
DoggieDistrict,
Other {
name: Name,
},
}Expand description
Domain vocabulary for brand decisions in operations workflows.
Variants§
NvaPetResorts
Nva pet resorts operations signal for labor, capacity, or task planning.
PetSuites
Pet suites operations signal for labor, capacity, or task planning.
PoochHotel
Pooch hotel operations signal for labor, capacity, or task planning.
EliteSuites
Elite suites operations signal for labor, capacity, or task planning.
TheBarkSide
The bark side operations signal for labor, capacity, or task planning.
WoofdorfAstoria
Woofdorf astoria operations signal for labor, capacity, or task planning.
DoggieDistrict
Doggie district operations signal for labor, capacity, or task planning.
Other
Contact or display name used by staff.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Brand
impl<'de> Deserialize<'de> for Brand
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 Eq for Brand
impl StructuralPartialEq for Brand
Auto Trait Implementations§
impl Freeze for Brand
impl RefUnwindSafe for Brand
impl Send for Brand
impl Sync for Brand
impl Unpin for Brand
impl UnsafeUnpin for Brand
impl UnwindSafe for Brand
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