pub struct PaymentLinksResourceOptionalItem {
pub adjustable_quantity: Option<PaymentLinksResourceOptionalItemAdjustableQuantity>,
pub price: String,
pub quantity: u64,
}
Fields§
§adjustable_quantity: Option<PaymentLinksResourceOptionalItemAdjustableQuantity>
§price: String
§quantity: u64
Trait Implementations§
Source§impl Clone for PaymentLinksResourceOptionalItem
impl Clone for PaymentLinksResourceOptionalItem
Source§fn clone(&self) -> PaymentLinksResourceOptionalItem
fn clone(&self) -> PaymentLinksResourceOptionalItem
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 PaymentLinksResourceOptionalItem
impl FromValueOpt for PaymentLinksResourceOptionalItem
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceOptionalItem
impl RefUnwindSafe for PaymentLinksResourceOptionalItem
impl Send for PaymentLinksResourceOptionalItem
impl Sync for PaymentLinksResourceOptionalItem
impl Unpin for PaymentLinksResourceOptionalItem
impl UnwindSafe for PaymentLinksResourceOptionalItem
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