pub struct PaymentPagesCheckoutSessionCheckoutAddressDetails {
pub address: Address,
pub name: String,
}Fields§
§address: Address§name: StringCustomer 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 (const: unstable) · 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>
Source§impl PartialEq for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl PartialEq for PaymentPagesCheckoutSessionCheckoutAddressDetails
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionCheckoutAddressDetails) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionCheckoutAddressDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl StructuralPartialEq for PaymentPagesCheckoutSessionCheckoutAddressDetails
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl RefUnwindSafe for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Send for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Sync for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl Unpin for PaymentPagesCheckoutSessionCheckoutAddressDetails
impl UnsafeUnpin 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