pub enum IssuingAuthorizationThreeDSecureResult {
AttemptAcknowledged,
Authenticated,
Failed,
Required,
}
Expand description
The outcome of the 3D Secure authentication request.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IssuingAuthorizationThreeDSecureResult
impl Clone for IssuingAuthorizationThreeDSecureResult
Source§fn clone(&self) -> IssuingAuthorizationThreeDSecureResult
fn clone(&self) -> IssuingAuthorizationThreeDSecureResult
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 FromValueOpt for IssuingAuthorizationThreeDSecureResult
impl FromValueOpt for IssuingAuthorizationThreeDSecureResult
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingAuthorizationThreeDSecureResult
impl PartialEq for IssuingAuthorizationThreeDSecureResult
Source§fn eq(&self, other: &IssuingAuthorizationThreeDSecureResult) -> bool
fn eq(&self, other: &IssuingAuthorizationThreeDSecureResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IssuingAuthorizationThreeDSecureResult
impl Eq for IssuingAuthorizationThreeDSecureResult
impl StructuralPartialEq for IssuingAuthorizationThreeDSecureResult
Auto Trait Implementations§
impl Freeze for IssuingAuthorizationThreeDSecureResult
impl RefUnwindSafe for IssuingAuthorizationThreeDSecureResult
impl Send for IssuingAuthorizationThreeDSecureResult
impl Sync for IssuingAuthorizationThreeDSecureResult
impl Unpin for IssuingAuthorizationThreeDSecureResult
impl UnwindSafe for IssuingAuthorizationThreeDSecureResult
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