pub enum UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory {
DigitalGoods,
Donation,
PhysicalGoods,
}Expand description
Type of the line item.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Clone for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§fn clone(
&self,
) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
fn clone( &self, ) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
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 PartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl PartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Source§fn eq(
&self,
other: &UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory,
) -> bool
fn eq( &self, other: &UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Serialize for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Copy for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Eq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl StructuralPartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl RefUnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Send for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Sync for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl Unpin for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
impl UnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory
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