pub struct PaymentPagesCheckoutSessionNameCollection {
pub business: Option<PaymentPagesCheckoutSessionBusinessName>,
pub individual: Option<PaymentPagesCheckoutSessionIndividualName>,
}Fields§
§business: Option<PaymentPagesCheckoutSessionBusinessName>§individual: Option<PaymentPagesCheckoutSessionIndividualName>Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionNameCollection
impl Clone for PaymentPagesCheckoutSessionNameCollection
Source§fn clone(&self) -> PaymentPagesCheckoutSessionNameCollection
fn clone(&self) -> PaymentPagesCheckoutSessionNameCollection
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 PartialEq for PaymentPagesCheckoutSessionNameCollection
impl PartialEq for PaymentPagesCheckoutSessionNameCollection
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionNameCollection) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionNameCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentPagesCheckoutSessionNameCollection
impl Eq for PaymentPagesCheckoutSessionNameCollection
impl StructuralPartialEq for PaymentPagesCheckoutSessionNameCollection
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionNameCollection
impl RefUnwindSafe for PaymentPagesCheckoutSessionNameCollection
impl Send for PaymentPagesCheckoutSessionNameCollection
impl Sync for PaymentPagesCheckoutSessionNameCollection
impl Unpin for PaymentPagesCheckoutSessionNameCollection
impl UnsafeUnpin for PaymentPagesCheckoutSessionNameCollection
impl UnwindSafe for PaymentPagesCheckoutSessionNameCollection
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