pub enum CreatePaymentIntentPaymentMethodDataSofortCountry {
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 CreatePaymentIntentPaymentMethodDataSofortCountry
impl Clone for CreatePaymentIntentPaymentMethodDataSofortCountry
Source§fn clone(&self) -> CreatePaymentIntentPaymentMethodDataSofortCountry
fn clone(&self) -> CreatePaymentIntentPaymentMethodDataSofortCountry
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 CreatePaymentIntentPaymentMethodDataSofortCountry
impl PartialEq for CreatePaymentIntentPaymentMethodDataSofortCountry
Source§fn eq(&self, other: &CreatePaymentIntentPaymentMethodDataSofortCountry) -> bool
fn eq(&self, other: &CreatePaymentIntentPaymentMethodDataSofortCountry) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreatePaymentIntentPaymentMethodDataSofortCountry
impl Eq for CreatePaymentIntentPaymentMethodDataSofortCountry
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodDataSofortCountry
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodDataSofortCountry
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodDataSofortCountry
impl Send for CreatePaymentIntentPaymentMethodDataSofortCountry
impl Sync for CreatePaymentIntentPaymentMethodDataSofortCountry
impl Unpin for CreatePaymentIntentPaymentMethodDataSofortCountry
impl UnwindSafe for CreatePaymentIntentPaymentMethodDataSofortCountry
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