pub enum ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion {
V1_0_2,
V2_1_0,
V2_2_0,
}
Expand description
The version of 3D Secure that was performed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Clone for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
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 PartialEq for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl PartialEq for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
Source§fn eq(
&self,
other: &ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion,
) -> bool
fn eq( &self, other: &ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Eq for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl StructuralPartialEq for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Send for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Sync for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
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