pub enum Reason {
AnxietyOrStressSupport,
BoardingDietContinuity,
CoatOrSkinCareAfterGrooming,
PriorPurchaseReplenishment,
}Expand description
Business reason for recommending a product, kept separate from customer-facing copy.
Variants§
AnxietyOrStressSupport
Reason tied to boarding stress notes or staff-observed anxiety support needs.
BoardingDietContinuity
Reason tied to preserving diet continuity after a boarding stay.
CoatOrSkinCareAfterGrooming
Reason tied to groomer-observed coat or skin care follow-up.
PriorPurchaseReplenishment
Reason tied to replenishing a product the customer previously bought.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reason
impl<'de> Deserialize<'de> for Reason
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 Reason
impl Eq for Reason
impl StructuralPartialEq for Reason
Auto Trait Implementations§
impl Freeze for Reason
impl RefUnwindSafe for Reason
impl Send for Reason
impl Sync for Reason
impl Unpin for Reason
impl UnsafeUnpin for Reason
impl UnwindSafe for Reason
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