pub struct PaymentPagesCheckoutSessionOptionalItem {
pub adjustable_quantity: Option<PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity>,
pub price: String,
pub quantity: u64,
}
Fields§
§adjustable_quantity: Option<PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity>
§price: String
§quantity: u64
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionOptionalItem
impl RefUnwindSafe for PaymentPagesCheckoutSessionOptionalItem
impl Send for PaymentPagesCheckoutSessionOptionalItem
impl Sync for PaymentPagesCheckoutSessionOptionalItem
impl Unpin 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