pub enum CareReference {
SensitiveSkinProduct,
MedicatedProductRequiresReview,
HandlingOrMedicalConcern,
}Expand description
Care references that keep product, medical, or handling notes visible to groomer review.
Variants§
SensitiveSkinProduct
Staff can see the sensitive skin product grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
MedicatedProductRequiresReview
Staff can see the medicated product requires review grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
HandlingOrMedicalConcern
Staff can see the handling or medical concern grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
Trait Implementations§
Source§impl Clone for CareReference
impl Clone for CareReference
Source§fn clone(&self) -> CareReference
fn clone(&self) -> CareReference
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 CareReference
impl Debug for CareReference
Source§impl<'de> Deserialize<'de> for CareReference
impl<'de> Deserialize<'de> for CareReference
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 CareReference
impl PartialEq for CareReference
Source§impl Serialize for CareReference
impl Serialize for CareReference
impl Copy for CareReference
impl Eq for CareReference
impl StructuralPartialEq for CareReference
Auto Trait Implementations§
impl Freeze for CareReference
impl RefUnwindSafe for CareReference
impl Send for CareReference
impl Sync for CareReference
impl Unpin for CareReference
impl UnsafeUnpin for CareReference
impl UnwindSafe for CareReference
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