pub enum IssuingAuthorizationFraudChallengeChannel {
Sms,
}
Expand description
The method by which the fraud challenge was delivered to the cardholder.
Variants§
Sms
Implementations§
Trait Implementations§
Source§impl Clone for IssuingAuthorizationFraudChallengeChannel
impl Clone for IssuingAuthorizationFraudChallengeChannel
Source§fn clone(&self) -> IssuingAuthorizationFraudChallengeChannel
fn clone(&self) -> IssuingAuthorizationFraudChallengeChannel
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 IssuingAuthorizationFraudChallengeChannel
impl FromValueOpt for IssuingAuthorizationFraudChallengeChannel
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingAuthorizationFraudChallengeChannel
impl PartialEq for IssuingAuthorizationFraudChallengeChannel
Source§fn eq(&self, other: &IssuingAuthorizationFraudChallengeChannel) -> bool
fn eq(&self, other: &IssuingAuthorizationFraudChallengeChannel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IssuingAuthorizationFraudChallengeChannel
impl Eq for IssuingAuthorizationFraudChallengeChannel
impl StructuralPartialEq for IssuingAuthorizationFraudChallengeChannel
Auto Trait Implementations§
impl Freeze for IssuingAuthorizationFraudChallengeChannel
impl RefUnwindSafe for IssuingAuthorizationFraudChallengeChannel
impl Send for IssuingAuthorizationFraudChallengeChannel
impl Sync for IssuingAuthorizationFraudChallengeChannel
impl Unpin for IssuingAuthorizationFraudChallengeChannel
impl UnwindSafe for IssuingAuthorizationFraudChallengeChannel
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