pub struct PaymentMethodSofort {
pub country: Option<String>,
}
Fields§
§country: Option<String>
Two-letter ISO code representing the country the bank account is located in.
Trait Implementations§
Source§impl Clone for PaymentMethodSofort
impl Clone for PaymentMethodSofort
Source§fn clone(&self) -> PaymentMethodSofort
fn clone(&self) -> PaymentMethodSofort
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 Debug for PaymentMethodSofort
impl Debug for PaymentMethodSofort
Source§impl Deserialize for PaymentMethodSofort
impl Deserialize for PaymentMethodSofort
Source§impl FromValueOpt for PaymentMethodSofort
impl FromValueOpt for PaymentMethodSofort
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodSofort
impl RefUnwindSafe for PaymentMethodSofort
impl Send for PaymentMethodSofort
impl Sync for PaymentMethodSofort
impl Unpin for PaymentMethodSofort
impl UnwindSafe for PaymentMethodSofort
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