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