pub enum PetResortBrandCode {
NvaPetResorts,
PetSuites,
PoochHotel,
EliteSuites,
TheBarkSide,
WoofdorfAstoria,
DoggieDistrict,
}Expand description
Stable brand codes for NVA pet-resort banners.
Variants§
NvaPetResorts
Stable storage code for nva pet resorts.
PetSuites
Stable storage code for pet suites.
PoochHotel
Stable storage code for pooch hotel.
EliteSuites
Stable storage code for elite suites.
TheBarkSide
Stable storage code for the bark side.
WoofdorfAstoria
Stable storage code for woofdorf astoria.
DoggieDistrict
Stable storage code for doggie district.
Trait Implementations§
Source§impl Clone for PetResortBrandCode
impl Clone for PetResortBrandCode
Source§fn clone(&self) -> PetResortBrandCode
fn clone(&self) -> PetResortBrandCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PetResortBrandCode
impl Debug for PetResortBrandCode
Source§impl<'de> Deserialize<'de> for PetResortBrandCode
impl<'de> Deserialize<'de> for PetResortBrandCode
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
Source§impl From<PetResortBrandCode> for Brand
impl From<PetResortBrandCode> for Brand
Source§fn from(value: PetResortBrandCode) -> Self
fn from(value: PetResortBrandCode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PetResortBrandCode
impl PartialEq for PetResortBrandCode
Source§impl Serialize for PetResortBrandCode
impl Serialize for PetResortBrandCode
impl Copy for PetResortBrandCode
impl Eq for PetResortBrandCode
impl StructuralPartialEq for PetResortBrandCode
Auto Trait Implementations§
impl Freeze for PetResortBrandCode
impl RefUnwindSafe for PetResortBrandCode
impl Send for PetResortBrandCode
impl Sync for PetResortBrandCode
impl Unpin for PetResortBrandCode
impl UnsafeUnpin for PetResortBrandCode
impl UnwindSafe for PetResortBrandCode
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