pub enum Partner {
VirbacCalmCare,
PurinaProPlanVeterinarySupplements,
PurinaEnBoardingDiet,
}Expand description
Retail partner product line used for recommendation and catalog relationship documentation.
Variants§
VirbacCalmCare
Virbac calming-care line that may appear in care-sensitive recommendation and catalog reviews.
PurinaProPlanVeterinarySupplements
Purina Pro Plan veterinary supplement line that requires care-aware recommendation review.
PurinaEnBoardingDiet
Purina EN boarding diet line used for in-house diet continuity and low-stock planning.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Partner
impl<'de> Deserialize<'de> for Partner
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 Partner
impl Eq for Partner
impl StructuralPartialEq for Partner
Auto Trait Implementations§
impl Freeze for Partner
impl RefUnwindSafe for Partner
impl Send for Partner
impl Sync for Partner
impl Unpin for Partner
impl UnsafeUnpin for Partner
impl UnwindSafe for Partner
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