pub enum Brand {
NvaPetResorts,
PetSuites,
NeighborhoodPetResort {
name: Name,
},
}Expand description
Brand family used to group multi-site operating records without losing local resort identity.
Variants§
NvaPetResorts
Nva pet resorts state or source category preserved for normalized resort records.
PetSuites
Pet suites state or source category preserved for normalized resort records.
NeighborhoodPetResort
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