Enum card_validate::Type [] [src]

pub enum Type {
    VisaElectron,
    Maestro,
    Forbrugsforeningen,
    Dankort,
    Visa,
    MasterCard,
    Amex,
    DinersClub,
    Discover,
    UnionPay,
    JCB,
    // some variants omitted
}

Card type. Maps recognized cards, and validates their pattern and length.

Variants

Methods

impl Type
[src]

[src]

Trait Implementations

impl PartialEq for Type
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Type

impl Sync for Type