pub enum CheckoutAcssDebitPaymentMethodOptionsCurrency {
Cad,
Usd,
}
Expand description
Currency supported by the bank account. Returned when the Session is in setup
mode.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl Clone for CheckoutAcssDebitPaymentMethodOptionsCurrency
Source§fn clone(&self) -> CheckoutAcssDebitPaymentMethodOptionsCurrency
fn clone(&self) -> CheckoutAcssDebitPaymentMethodOptionsCurrency
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 CheckoutAcssDebitPaymentMethodOptionsCurrency
impl FromValueOpt for CheckoutAcssDebitPaymentMethodOptionsCurrency
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl PartialEq for CheckoutAcssDebitPaymentMethodOptionsCurrency
Source§fn eq(&self, other: &CheckoutAcssDebitPaymentMethodOptionsCurrency) -> bool
fn eq(&self, other: &CheckoutAcssDebitPaymentMethodOptionsCurrency) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl Eq for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl StructuralPartialEq for CheckoutAcssDebitPaymentMethodOptionsCurrency
Auto Trait Implementations§
impl Freeze for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl RefUnwindSafe for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl Send for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl Sync for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl Unpin for CheckoutAcssDebitPaymentMethodOptionsCurrency
impl UnwindSafe for CheckoutAcssDebitPaymentMethodOptionsCurrency
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