pub enum PaymentGroup {
Product,
Listing,
Subscription,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for PaymentGroup
impl Debug for PaymentGroup
Source§impl<'de> Deserialize<'de> for PaymentGroup
impl<'de> Deserialize<'de> for PaymentGroup
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
Source§impl Display for PaymentGroup
impl Display for PaymentGroup
Source§impl PartialEq for PaymentGroup
impl PartialEq for PaymentGroup
Source§impl Serialize for PaymentGroup
impl Serialize for PaymentGroup
impl StructuralPartialEq for PaymentGroup
Auto Trait Implementations§
impl Freeze for PaymentGroup
impl RefUnwindSafe for PaymentGroup
impl Send for PaymentGroup
impl Sync for PaymentGroup
impl Unpin for PaymentGroup
impl UnwindSafe for PaymentGroup
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