pub enum CardPresentReadMethod {
    ContactEmv,
    ContactlessEmv,
    ContactlessMagstripeMode,
    MagneticStripeFallback,
    MagneticStripeTrack2,
}Expand description
An enum representing the possible values of an CardPresent’s read_method field.
Variants§
Implementations§
Trait Implementations§
source§impl AsRef<str> for CardPresentReadMethod
 
impl AsRef<str> for CardPresentReadMethod
source§impl Clone for CardPresentReadMethod
 
impl Clone for CardPresentReadMethod
source§fn clone(&self) -> CardPresentReadMethod
 
fn clone(&self) -> CardPresentReadMethod
Returns a copy 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 Debug for CardPresentReadMethod
 
impl Debug for CardPresentReadMethod
source§impl Default for CardPresentReadMethod
 
impl Default for CardPresentReadMethod
source§impl<'de> Deserialize<'de> for CardPresentReadMethod
 
impl<'de> Deserialize<'de> for CardPresentReadMethod
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for CardPresentReadMethod
 
impl Display for CardPresentReadMethod
source§impl PartialEq for CardPresentReadMethod
 
impl PartialEq for CardPresentReadMethod
source§fn eq(&self, other: &CardPresentReadMethod) -> bool
 
fn eq(&self, other: &CardPresentReadMethod) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for CardPresentReadMethod
 
impl Serialize for CardPresentReadMethod
impl Copy for CardPresentReadMethod
impl Eq for CardPresentReadMethod
impl StructuralPartialEq for CardPresentReadMethod
Auto Trait Implementations§
impl Freeze for CardPresentReadMethod
impl RefUnwindSafe for CardPresentReadMethod
impl Send for CardPresentReadMethod
impl Sync for CardPresentReadMethod
impl Unpin for CardPresentReadMethod
impl UnwindSafe for CardPresentReadMethod
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
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.