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