pub enum SetupIntentPaymentMethodOptionsAcssDebitCurrency {
Cad,
Usd,
}
Expand description
Currency supported by the bank account
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl Clone for SetupIntentPaymentMethodOptionsAcssDebitCurrency
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebitCurrency
fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebitCurrency
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl FromStr for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl FromStr for SetupIntentPaymentMethodOptionsAcssDebitCurrency
Source§type Err = StripeParseError
type Err = StripeParseError
The associated error which can be returned from parsing.
Source§fn from_str(
s: &str,
) -> Result<SetupIntentPaymentMethodOptionsAcssDebitCurrency, <SetupIntentPaymentMethodOptionsAcssDebitCurrency as FromStr>::Err>
fn from_str( s: &str, ) -> Result<SetupIntentPaymentMethodOptionsAcssDebitCurrency, <SetupIntentPaymentMethodOptionsAcssDebitCurrency as FromStr>::Err>
Parses a string
s
to return a value of this type. Read moreSource§impl PartialEq for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl PartialEq for SetupIntentPaymentMethodOptionsAcssDebitCurrency
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsAcssDebitCurrency) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsAcssDebitCurrency) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl Eq for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsAcssDebitCurrency
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl Send for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl Sync for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl Unpin for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl UnwindSafe for SetupIntentPaymentMethodOptionsAcssDebitCurrency
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more