pub enum CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus {
A,
C,
I,
N,
R,
U,
Y,
}
Expand description
The transStatus
returned from the card Issuer’s ACS in the ARes.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl Clone for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
Source§fn clone(
&self,
) -> CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
fn clone( &self, ) -> CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
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 CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl PartialEq for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
Source§fn eq(
&self,
other: &CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus,
) -> bool
fn eq( &self, other: &CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl Eq for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl StructuralPartialEq for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
Auto Trait Implementations§
impl Freeze for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl RefUnwindSafe for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl Send for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl Sync for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl Unpin for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
impl UnwindSafe for CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
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