pub enum ConfirmSetupIntentPaymentMethodDataSofortCountry {
At,
Be,
De,
Es,
It,
Nl,
}Expand description
Two-letter ISO code representing the country the bank account is located in.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl Clone for ConfirmSetupIntentPaymentMethodDataSofortCountry
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataSofortCountry
fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataSofortCountry
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 PartialEq for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl PartialEq for ConfirmSetupIntentPaymentMethodDataSofortCountry
Source§fn eq(&self, other: &ConfirmSetupIntentPaymentMethodDataSofortCountry) -> bool
fn eq(&self, other: &ConfirmSetupIntentPaymentMethodDataSofortCountry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl Eq for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl StructuralPartialEq for ConfirmSetupIntentPaymentMethodDataSofortCountry
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl Send for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl Sync for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl Unpin for ConfirmSetupIntentPaymentMethodDataSofortCountry
impl UnwindSafe for ConfirmSetupIntentPaymentMethodDataSofortCountry
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