pub enum PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand {
Amex,
CartesBancaires,
Diners,
Discover,
EftposAu,
Interac,
Jcb,
Link,
Mastercard,
Unionpay,
Unknown,
Visa,
}Expand description
Card brand.
Can be amex, cartes_bancaires, diners, discover, eftpos_au, jcb, link, mastercard, unionpay, visa or unknown.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl Clone for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
Source§fn clone(
&self,
) -> PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
fn clone( &self, ) -> PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
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 PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl PartialEq for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
Source§fn eq(
&self,
other: &PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand,
) -> bool
fn eq( &self, other: &PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl Eq for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl StructuralPartialEq for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
Auto Trait Implementations§
impl Freeze for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl RefUnwindSafe for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl Send for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl Sync for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl Unpin for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
impl UnwindSafe for PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsBrand
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