[][src]Enum paypal_rs::orders::CardBrand

pub enum CardBrand {
    Visa,
    Mastercard,
    Discover,
    Amex,
    Solo,
    JCB,
    Star,
    Delta,
    Switch,
    Maestro,
    CbNationale,
    Configoga,
    Confidis,
    Electron,
    Cetelem,
    ChinaUnionPay,
}

The card brand or network.

Variants

Visa

Visa card.

Mastercard

Mastecard card.

Discover

Discover card.

Amex

American Express card.

Solo

Solo debit card.

JCB

Japan Credit Bureau card.

Star

Military Star card.

Delta

Delta Airlines card.

Switch

Switch credit card.

Maestro

Maestro credit card.

CbNationale

Carte Bancaire (CB) credit card.

Configoga

Configoga credit card.

Confidis

Confidis credit card.

Electron

Visa Electron credit card.

Cetelem

Cetelem credit card.

ChinaUnionPay

China union pay credit card.

Trait Implementations

impl Debug for CardBrand[src]

impl<'de> Deserialize<'de> for CardBrand[src]

impl Eq for CardBrand[src]

impl PartialEq<CardBrand> for CardBrand[src]

impl Serialize for CardBrand[src]

impl StructuralEq for CardBrand[src]

impl StructuralPartialEq for CardBrand[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.