Enum libstripe::CardType
[−]
[src]
pub enum CardType {
Credit,
Debit,
Prepaid,
Unknown,
}Variants
CreditDebitPrepaidUnknown
Trait Implementations
impl PartialEq for CardType[src]
fn eq(&self, __arg_0: &CardType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.