pub enum BusinessLineCode {
GeneralPracticeVeterinaryHospitals,
PetResorts,
Equine,
SpecialtyEmergencyHospitals,
}Expand description
Stable business-line codes for NVA portfolio membership.
Variants§
GeneralPracticeVeterinaryHospitals
Stable storage code for general practice veterinary hospitals.
PetResorts
Stable storage code for pet resorts.
Equine
Stable storage code for equine.
SpecialtyEmergencyHospitals
Stable storage code for specialty emergency hospitals.
Trait Implementations§
Source§impl Clone for BusinessLineCode
impl Clone for BusinessLineCode
Source§fn clone(&self) -> BusinessLineCode
fn clone(&self) -> BusinessLineCode
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 BusinessLineCode
impl Debug for BusinessLineCode
Source§impl<'de> Deserialize<'de> for BusinessLineCode
impl<'de> Deserialize<'de> for BusinessLineCode
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<BusinessLine> for BusinessLineCode
impl From<BusinessLine> for BusinessLineCode
Source§fn from(value: BusinessLine) -> Self
fn from(value: BusinessLine) -> Self
Converts to this type from the input type.
Source§impl From<BusinessLineCode> for BusinessLine
impl From<BusinessLineCode> for BusinessLine
Source§fn from(value: BusinessLineCode) -> Self
fn from(value: BusinessLineCode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BusinessLineCode
impl PartialEq for BusinessLineCode
Source§impl Serialize for BusinessLineCode
impl Serialize for BusinessLineCode
impl Copy for BusinessLineCode
impl Eq for BusinessLineCode
impl StructuralPartialEq for BusinessLineCode
Auto Trait Implementations§
impl Freeze for BusinessLineCode
impl RefUnwindSafe for BusinessLineCode
impl Send for BusinessLineCode
impl Sync for BusinessLineCode
impl Unpin for BusinessLineCode
impl UnsafeUnpin for BusinessLineCode
impl UnwindSafe for BusinessLineCode
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