pub enum Partner {
VirbacCalmCare,
PurinaProPlanVeterinarySupplements,
PurinaEnBoardingDiet,
}Expand description
Retail partner product line used for recommendation and catalog relationship documentation.
Variants§
VirbacCalmCare
Virbac calm care retail operational signal for inventory, POS, reorder, recommendation, or review handling.
PurinaProPlanVeterinarySupplements
Purina pro plan veterinary supplements retail operational signal for inventory, POS, reorder, recommendation, or review handling.
PurinaEnBoardingDiet
Purina en boarding diet retail operational signal for inventory, POS, reorder, recommendation, or review handling.
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