pub enum Rationale {
LastCompletedServiceCadence,
NoCompletedHistory,
GroomerRecommendedCadenceRequired,
}Expand description
Reason explaining why a grooming rebooking prompt is due or needs groomer input.
Variants§
LastCompletedServiceCadence
Staff can see the last completed service cadence grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
NoCompletedHistory
Staff can see the no completed history grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
GroomerRecommendedCadenceRequired
Staff can see the groomer recommended cadence required grooming state during grooming scheduling, estimate, history, rebooking, reminder, or review work.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rationale
impl<'de> Deserialize<'de> for Rationale
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 Rationale
impl Eq for Rationale
impl StructuralPartialEq for Rationale
Auto Trait Implementations§
impl Freeze for Rationale
impl RefUnwindSafe for Rationale
impl Send for Rationale
impl Sync for Rationale
impl Unpin for Rationale
impl UnsafeUnpin for Rationale
impl UnwindSafe for Rationale
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