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 FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebitCurrency
impl FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebitCurrency
fn from_value(v: Value) -> Option<Self>
Source§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