pub enum Kind {
Feeding,
Medication,
Medical,
Behavior,
Grooming,
Training,
General,
}Expand description
Care-note category used to route safety, feeding, medication, behavior, and staff handoff information.
Variants§
Feeding
Feeding state or source category preserved for normalized resort records.
Medication
Medication state or source category preserved for normalized resort records.
Medical
Medical state or source category preserved for normalized resort records.
Behavior
Behavior state or source category preserved for normalized resort records.
Grooming
Grooming service line or care-note category.
Training
Training service line or care-note category.
General
General state or source category preserved for normalized resort records.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Kind
impl<'de> Deserialize<'de> for Kind
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
impl Copy for Kind
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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