pub enum CustomerIdentificationType {
CustomerIdentificationNumber,
UniqueTransactionReference,
OtherCustomerIdType,
}Expand description
Customer identification type enumeration
Variants§
CustomerIdentificationNumber
Customer identification number
UniqueTransactionReference
Unique transaction reference
OtherCustomerIdType
Other customer ID type
Trait Implementations§
Source§impl Clone for CustomerIdentificationType
impl Clone for CustomerIdentificationType
Source§fn clone(&self) -> CustomerIdentificationType
fn clone(&self) -> CustomerIdentificationType
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 CustomerIdentificationType
impl Debug for CustomerIdentificationType
Source§impl<'de> Deserialize<'de> for CustomerIdentificationType
impl<'de> Deserialize<'de> for CustomerIdentificationType
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 CustomerIdentificationType
impl Display for CustomerIdentificationType
impl Copy for CustomerIdentificationType
impl Eq for CustomerIdentificationType
impl StructuralPartialEq for CustomerIdentificationType
Auto Trait Implementations§
impl Freeze for CustomerIdentificationType
impl RefUnwindSafe for CustomerIdentificationType
impl Send for CustomerIdentificationType
impl Sync for CustomerIdentificationType
impl Unpin for CustomerIdentificationType
impl UnsafeUnpin for CustomerIdentificationType
impl UnwindSafe for CustomerIdentificationType
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