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