pub enum ThreeDSecureDetailsElectronicCommerceIndicator {
V01,
V02,
V05,
V06,
V07,
}
Expand description
The Electronic Commerce Indicator (ECI). A protocol-level field indicating what degree of authentication was performed.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ThreeDSecureDetailsElectronicCommerceIndicator
impl Clone for ThreeDSecureDetailsElectronicCommerceIndicator
Source§fn clone(&self) -> ThreeDSecureDetailsElectronicCommerceIndicator
fn clone(&self) -> ThreeDSecureDetailsElectronicCommerceIndicator
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 FromStr for ThreeDSecureDetailsElectronicCommerceIndicator
impl FromStr for ThreeDSecureDetailsElectronicCommerceIndicator
Source§type Err = StripeParseError
type Err = StripeParseError
The associated error which can be returned from parsing.
Source§fn from_str(
s: &str,
) -> Result<ThreeDSecureDetailsElectronicCommerceIndicator, <ThreeDSecureDetailsElectronicCommerceIndicator as FromStr>::Err>
fn from_str( s: &str, ) -> Result<ThreeDSecureDetailsElectronicCommerceIndicator, <ThreeDSecureDetailsElectronicCommerceIndicator as FromStr>::Err>
Parses a string
s
to return a value of this type. Read moreSource§impl PartialEq for ThreeDSecureDetailsElectronicCommerceIndicator
impl PartialEq for ThreeDSecureDetailsElectronicCommerceIndicator
Source§fn eq(&self, other: &ThreeDSecureDetailsElectronicCommerceIndicator) -> bool
fn eq(&self, other: &ThreeDSecureDetailsElectronicCommerceIndicator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ThreeDSecureDetailsElectronicCommerceIndicator
impl Eq for ThreeDSecureDetailsElectronicCommerceIndicator
impl StructuralPartialEq for ThreeDSecureDetailsElectronicCommerceIndicator
Auto Trait Implementations§
impl Freeze for ThreeDSecureDetailsElectronicCommerceIndicator
impl RefUnwindSafe for ThreeDSecureDetailsElectronicCommerceIndicator
impl Send for ThreeDSecureDetailsElectronicCommerceIndicator
impl Sync for ThreeDSecureDetailsElectronicCommerceIndicator
impl Unpin for ThreeDSecureDetailsElectronicCommerceIndicator
impl UnwindSafe for ThreeDSecureDetailsElectronicCommerceIndicator
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