Enum stripe::TokenizationMethod [−][src]
pub enum TokenizationMethod {
ApplePay,
AndroidPay,
Unknown,
}Variants
ApplePayAndroidPayUnknown
Trait Implementations
impl PartialEq for TokenizationMethod[src]
impl PartialEq for TokenizationMethodfn eq(&self, other: &TokenizationMethod) -> bool[src]
fn eq(&self, other: &TokenizationMethod) -> 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 Debug for TokenizationMethod[src]
impl Debug for TokenizationMethodfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TokenizationMethod[src]
impl Clone for TokenizationMethodfn clone(&self) -> TokenizationMethod[src]
fn clone(&self) -> TokenizationMethodReturns 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 Eq for TokenizationMethod[src]
impl Eq for TokenizationMethodAuto Trait Implementations
impl Send for TokenizationMethod
impl Send for TokenizationMethodimpl Sync for TokenizationMethod
impl Sync for TokenizationMethod