pub struct KlarnaAddress {
pub country: Option<String>,
}
Fields§
§country: Option<String>
The payer address country
Trait Implementations§
Source§impl Clone for KlarnaAddress
impl Clone for KlarnaAddress
Source§fn clone(&self) -> KlarnaAddress
fn clone(&self) -> KlarnaAddress
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 KlarnaAddress
impl Debug for KlarnaAddress
Source§impl Deserialize for KlarnaAddress
impl Deserialize for KlarnaAddress
Source§impl FromValueOpt for KlarnaAddress
impl FromValueOpt for KlarnaAddress
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for KlarnaAddress
impl ObjectDeser for KlarnaAddress
Auto Trait Implementations§
impl Freeze for KlarnaAddress
impl RefUnwindSafe for KlarnaAddress
impl Send for KlarnaAddress
impl Sync for KlarnaAddress
impl Unpin for KlarnaAddress
impl UnwindSafe for KlarnaAddress
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