pub enum Category {
Injury,
Altercation,
Behavior,
Medication,
Escape,
Property,
CustomerService,
Other,
}Expand description
Domain vocabulary for category decisions in incident workflows.
Variants§
Injury
Injury incident category for safety and customer follow-up.
Altercation
Altercation incident category for safety and customer follow-up.
Behavior
Behavior incident category for safety and customer follow-up.
Medication
Medication incident category for safety and customer follow-up.
Escape
Escape incident category for safety and customer follow-up.
Property
Property incident category for safety and customer follow-up.
CustomerService
Customer service incident category for safety and customer follow-up.
Other
Non-dog, non-cat pet handled by exception policy.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Category
impl<'de> Deserialize<'de> for Category
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 Category
impl Eq for Category
impl StructuralPartialEq for Category
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnsafeUnpin for Category
impl UnwindSafe for Category
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