pub enum ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion {
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 ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
Source§fn clone(
&self,
) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
fn clone( &self, ) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
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 ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl PartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
Source§fn eq(
&self,
other: &ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion,
) -> bool
fn eq( &self, other: &ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Eq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl StructuralPartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Send for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
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