pub enum CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory {
DigitalGoods,
Donation,
PhysicalGoods,
}Expand description
Type of the line item.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Clone for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§fn clone(
&self,
) -> CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
fn clone( &self, ) -> CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Display for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§impl FromStr for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl FromStr for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§impl PartialEq for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl PartialEq for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§fn eq(
&self,
other: &CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory,
) -> bool
fn eq( &self, other: &CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Serialize for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Copy for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Eq for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl StructuralPartialEq for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Auto Trait Implementations§
impl Freeze for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl RefUnwindSafe for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Send for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Sync for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Unpin for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl UnwindSafe for CapturePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
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