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