pub enum Kind {
AppointmentConfirmation,
PrepInstructions,
MorningOf,
RebookingDue,
LapsedCadenceWinback,
}Expand description
Decision vocabulary for kind in grooming workflows.
Variants§
AppointmentConfirmation
Appointment confirmation grooming operational signal for schedule, estimate, history, or review handling.
PrepInstructions
Prep instructions grooming operational signal for schedule, estimate, history, or review handling.
MorningOf
Morning of grooming operational signal for schedule, estimate, history, or review handling.
RebookingDue
Rebooking due grooming operational signal for schedule, estimate, history, or review handling.
LapsedCadenceWinback
Lapsed cadence winback grooming operational signal for schedule, estimate, history, or review handling.
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