pub enum Reason {
AnxietyOrStressSupport,
BoardingDietContinuity,
CoatOrSkinCareAfterGrooming,
PriorPurchaseReplenishment,
}Expand description
Business reason for recommending a product, kept separate from customer-facing copy.
Variants§
AnxietyOrStressSupport
Anxiety or stress support retail operational signal for inventory, POS, reorder, recommendation, or review handling.
BoardingDietContinuity
Boarding diet continuity retail operational signal for inventory, POS, reorder, recommendation, or review handling.
CoatOrSkinCareAfterGrooming
Coat or skin care after grooming retail operational signal for inventory, POS, reorder, recommendation, or review handling.
PriorPurchaseReplenishment
Prior purchase replenishment retail operational signal for inventory, POS, reorder, recommendation, or review handling.
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