pub enum CardNumberType {
Fpan,
NetworkToken,
}Variants§
Trait Implementations§
Source§impl Clone for CardNumberType
impl Clone for CardNumberType
Source§fn clone(&self) -> CardNumberType
fn clone(&self) -> CardNumberType
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 Debug for CardNumberType
impl Debug for CardNumberType
Source§impl<'de> Deserialize<'de> for CardNumberType
impl<'de> Deserialize<'de> for CardNumberType
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 CardNumberType
impl Display for CardNumberType
Source§impl Hash for CardNumberType
impl Hash for CardNumberType
Source§impl Ord for CardNumberType
impl Ord for CardNumberType
Source§fn cmp(&self, other: &CardNumberType) -> Ordering
fn cmp(&self, other: &CardNumberType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CardNumberType
impl PartialEq for CardNumberType
Source§impl PartialOrd for CardNumberType
impl PartialOrd for CardNumberType
Source§impl Serialize for CardNumberType
impl Serialize for CardNumberType
impl Copy for CardNumberType
impl Eq for CardNumberType
impl StructuralPartialEq for CardNumberType
Auto Trait Implementations§
impl Freeze for CardNumberType
impl RefUnwindSafe for CardNumberType
impl Send for CardNumberType
impl Sync for CardNumberType
impl Unpin for CardNumberType
impl UnwindSafe for CardNumberType
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