pub struct AmazonPayUnderlyingPaymentMethodFundingDetails {
pub card: Option<PaymentMethodDetailsPassthroughCard>,
pub type_: Option<AmazonPayUnderlyingPaymentMethodFundingDetailsType>,
}
Fields§
§card: Option<PaymentMethodDetailsPassthroughCard>
§type_: Option<AmazonPayUnderlyingPaymentMethodFundingDetailsType>
funding type of the underlying payment method.
Trait Implementations§
Source§impl Clone for AmazonPayUnderlyingPaymentMethodFundingDetails
impl Clone for AmazonPayUnderlyingPaymentMethodFundingDetails
Source§fn clone(&self) -> AmazonPayUnderlyingPaymentMethodFundingDetails
fn clone(&self) -> AmazonPayUnderlyingPaymentMethodFundingDetails
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 AmazonPayUnderlyingPaymentMethodFundingDetails
impl FromValueOpt for AmazonPayUnderlyingPaymentMethodFundingDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for AmazonPayUnderlyingPaymentMethodFundingDetails
impl RefUnwindSafe for AmazonPayUnderlyingPaymentMethodFundingDetails
impl Send for AmazonPayUnderlyingPaymentMethodFundingDetails
impl Sync for AmazonPayUnderlyingPaymentMethodFundingDetails
impl Unpin for AmazonPayUnderlyingPaymentMethodFundingDetails
impl UnwindSafe for AmazonPayUnderlyingPaymentMethodFundingDetails
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