pub enum Brand {
NvaPetResorts,
PetSuites,
PoochHotel,
EliteSuites,
TheBarkSide,
WoofdorfAstoria,
DoggieDistrict,
Other {
name: Name,
},
}Expand description
Pet-resort brand vocabulary used for portfolio filtering and source reconciliation.
Variants§
NvaPetResorts
NVA Pet Resorts portfolio label for rollups and navigation across resort brands.
PetSuites
PetSuites brand label used when comparing resort workflows that may carry brand-specific naming.
PoochHotel
Pooch Hotel brand label used for portfolio reports without inventing local policy authority.
EliteSuites
Elite Suites brand label for source and reporting filters.
TheBarkSide
The Bark Side brand label for source and reporting filters.
WoofdorfAstoria
Woofdorf Astoria brand label for source and reporting filters.
DoggieDistrict
Doggie District brand label for source and reporting filters.
Other
Local or acquired brand name that staff recognize but the domain cannot classify into a known portfolio brand.
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