pub enum Rationale {
LastCompletedServiceCadence,
NoCompletedHistory,
GroomerRecommendedCadenceRequired,
}Expand description
Decision vocabulary for rationale in grooming workflows.
Variants§
LastCompletedServiceCadence
Last completed service cadence grooming operational signal for schedule, estimate, history, or review handling.
NoCompletedHistory
No completed history grooming operational signal for schedule, estimate, history, or review handling.
GroomerRecommendedCadenceRequired
Groomer recommended cadence required grooming operational signal for schedule, estimate, history, or review handling.
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