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