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