pub enum AmazonPayUnderlyingPaymentMethodFundingDetailsType {
Card,
}
Expand description
funding type of the underlying payment method.
Variants§
Card
Implementations§
Trait Implementations§
Source§impl Clone for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl Clone for AmazonPayUnderlyingPaymentMethodFundingDetailsType
Source§fn clone(&self) -> AmazonPayUnderlyingPaymentMethodFundingDetailsType
fn clone(&self) -> AmazonPayUnderlyingPaymentMethodFundingDetailsType
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 FromValueOpt for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl FromValueOpt for AmazonPayUnderlyingPaymentMethodFundingDetailsType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl PartialEq for AmazonPayUnderlyingPaymentMethodFundingDetailsType
Source§fn eq(&self, other: &AmazonPayUnderlyingPaymentMethodFundingDetailsType) -> bool
fn eq(&self, other: &AmazonPayUnderlyingPaymentMethodFundingDetailsType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl Eq for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl StructuralPartialEq for AmazonPayUnderlyingPaymentMethodFundingDetailsType
Auto Trait Implementations§
impl Freeze for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl RefUnwindSafe for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl Send for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl Sync for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl Unpin for AmazonPayUnderlyingPaymentMethodFundingDetailsType
impl UnwindSafe for AmazonPayUnderlyingPaymentMethodFundingDetailsType
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