Enum stripe::SourceType [−][src]
pub enum SourceType {
All,
AlipayAccount,
BankAccount,
BitcoinReceiver,
Card,
}Variants
AllAlipayAccountBankAccountBitcoinReceiverCard
Trait Implementations
impl Copy for SourceType[src]
impl Copy for SourceTypeimpl Clone for SourceType[src]
impl Clone for SourceTypefn clone(&self) -> SourceType[src]
fn clone(&self) -> SourceTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SourceType[src]
impl Debug for SourceTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SourceType[src]
impl Eq for SourceTypeimpl PartialEq for SourceType[src]
impl PartialEq for SourceTypefn eq(&self, other: &SourceType) -> bool[src]
fn eq(&self, other: &SourceType) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for SourceType[src]
impl Hash for SourceTypeAuto Trait Implementations
impl Send for SourceType
impl Send for SourceTypeimpl Sync for SourceType
impl Sync for SourceType