pub struct PaymentPagesCheckoutSessionOptionalItem {
pub adjustable_quantity: Option<PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity>,
pub price: String,
pub quantity: u64,
}Fields§
§adjustable_quantity: Option<PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity>§price: String§quantity: u64Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionOptionalItem
impl Clone for PaymentPagesCheckoutSessionOptionalItem
Source§fn clone(&self) -> PaymentPagesCheckoutSessionOptionalItem
fn clone(&self) -> PaymentPagesCheckoutSessionOptionalItem
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 PaymentPagesCheckoutSessionOptionalItem
impl FromValueOpt for PaymentPagesCheckoutSessionOptionalItem
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionOptionalItem
impl PartialEq for PaymentPagesCheckoutSessionOptionalItem
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionOptionalItem) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionOptionalItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentPagesCheckoutSessionOptionalItem
impl StructuralPartialEq for PaymentPagesCheckoutSessionOptionalItem
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionOptionalItem
impl RefUnwindSafe for PaymentPagesCheckoutSessionOptionalItem
impl Send for PaymentPagesCheckoutSessionOptionalItem
impl Sync for PaymentPagesCheckoutSessionOptionalItem
impl Unpin for PaymentPagesCheckoutSessionOptionalItem
impl UnsafeUnpin for PaymentPagesCheckoutSessionOptionalItem
impl UnwindSafe for PaymentPagesCheckoutSessionOptionalItem
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