pub enum BusinessLine {
GeneralPracticeVeterinaryHospitals,
PetResorts,
Equine,
SpecialtyEmergencyHospitals,
}Expand description
NVA business-line vocabulary used to keep pet-resort labor claims separate from other NVA operating models.
Variants§
GeneralPracticeVeterinaryHospitals
Veterinary-hospital line of business retained as adjacent context, not a source for pet-resort policy.
PetResorts
Pet-resort line of business where boarding, daycare, grooming, training, and retail workflows are in scope.
Equine
Equine line of business retained as out-of-scope portfolio context unless a source contract models it directly.
SpecialtyEmergencyHospitals
Specialty/emergency hospital context retained so reports do not confuse medical operations with resort labor loops.
Trait Implementations§
Source§impl Clone for BusinessLine
impl Clone for BusinessLine
Source§fn clone(&self) -> BusinessLine
fn clone(&self) -> BusinessLine
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 BusinessLine
impl Debug for BusinessLine
Source§impl<'de> Deserialize<'de> for BusinessLine
impl<'de> Deserialize<'de> for BusinessLine
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 PartialEq for BusinessLine
impl PartialEq for BusinessLine
Source§impl Serialize for BusinessLine
impl Serialize for BusinessLine
impl Copy for BusinessLine
impl Eq for BusinessLine
impl StructuralPartialEq for BusinessLine
Auto Trait Implementations§
impl Freeze for BusinessLine
impl RefUnwindSafe for BusinessLine
impl Send for BusinessLine
impl Sync for BusinessLine
impl Unpin for BusinessLine
impl UnsafeUnpin for BusinessLine
impl UnwindSafe for BusinessLine
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