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