pub enum IssuingCardholderType {
Company,
Individual,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IssuingCardholderType
impl Clone for IssuingCardholderType
Source§fn clone(&self) -> IssuingCardholderType
fn clone(&self) -> IssuingCardholderType
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 IssuingCardholderType
impl Debug for IssuingCardholderType
Source§impl Deserialize for IssuingCardholderType
impl Deserialize for IssuingCardholderType
Source§impl Display for IssuingCardholderType
impl Display for IssuingCardholderType
Source§impl FromStr for IssuingCardholderType
impl FromStr for IssuingCardholderType
Source§impl FromValueOpt for IssuingCardholderType
impl FromValueOpt for IssuingCardholderType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingCardholderType
impl PartialEq for IssuingCardholderType
Source§impl Serialize for IssuingCardholderType
impl Serialize for IssuingCardholderType
impl Copy for IssuingCardholderType
impl Eq for IssuingCardholderType
impl StructuralPartialEq for IssuingCardholderType
Auto Trait Implementations§
impl Freeze for IssuingCardholderType
impl RefUnwindSafe for IssuingCardholderType
impl Send for IssuingCardholderType
impl Sync for IssuingCardholderType
impl Unpin for IssuingCardholderType
impl UnwindSafe for IssuingCardholderType
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