pub struct PaymentPagesCheckoutSessionCheckoutAddressDetails {
pub address: Address,
pub name: String,
}
Fields§
§address: Address
§name: String
Customer name.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Clone for PaymentPagesCheckoutSessionCheckoutAddressDetails
Source§fn clone(&self) -> PaymentPagesCheckoutSessionCheckoutAddressDetails
fn clone(&self) -> PaymentPagesCheckoutSessionCheckoutAddressDetails
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 FromValueOpt for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl FromValueOpt for PaymentPagesCheckoutSessionCheckoutAddressDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl RefUnwindSafe for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Send for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Sync for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Unpin for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl UnwindSafe for PaymentPagesCheckoutSessionCheckoutAddressDetails
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