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 FromValueOpt for PaymentPagesCheckoutSessionNameCollection
impl FromValueOpt for PaymentPagesCheckoutSessionNameCollection
fn from_value(v: Value) -> Option<Self>
impl Copy 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 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