pub enum PetCareWatchReason {
MedicationDue,
FeedingException,
AnxietyOrStressFlag,
BehaviorReview,
IncidentFollowUp,
}Expand description
Domain vocabulary for pet care watch reason decisions in daily brief workflows.
Variants§
MedicationDue
Medication due item surfaced for manager daily-brief triage.
FeedingException
Feeding exception item surfaced for manager daily-brief triage.
AnxietyOrStressFlag
Anxiety or stress flag item surfaced for manager daily-brief triage.
BehaviorReview
Behavior review item surfaced for manager daily-brief triage.
IncidentFollowUp
Incident follow up item surfaced for manager daily-brief triage.
Trait Implementations§
Source§impl Clone for PetCareWatchReason
impl Clone for PetCareWatchReason
Source§fn clone(&self) -> PetCareWatchReason
fn clone(&self) -> PetCareWatchReason
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 PetCareWatchReason
impl Debug for PetCareWatchReason
Source§impl<'de> Deserialize<'de> for PetCareWatchReason
impl<'de> Deserialize<'de> for PetCareWatchReason
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 PetCareWatchReason
impl PartialEq for PetCareWatchReason
Source§impl Serialize for PetCareWatchReason
impl Serialize for PetCareWatchReason
impl Eq for PetCareWatchReason
impl StructuralPartialEq for PetCareWatchReason
Auto Trait Implementations§
impl Freeze for PetCareWatchReason
impl RefUnwindSafe for PetCareWatchReason
impl Send for PetCareWatchReason
impl Sync for PetCareWatchReason
impl Unpin for PetCareWatchReason
impl UnsafeUnpin for PetCareWatchReason
impl UnwindSafe for PetCareWatchReason
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