pub struct BillingBillResourceInvoicingPricingPricingPriceDetails {
pub price: String,
pub product: String,
}
Fields§
§price: String
The ID of the price this item is associated with.
product: String
The ID of the product this item is associated with.
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingPricingPricingPriceDetails
impl Clone for BillingBillResourceInvoicingPricingPricingPriceDetails
Source§fn clone(&self) -> BillingBillResourceInvoicingPricingPricingPriceDetails
fn clone(&self) -> BillingBillResourceInvoicingPricingPricingPriceDetails
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 BillingBillResourceInvoicingPricingPricingPriceDetails
impl FromValueOpt for BillingBillResourceInvoicingPricingPricingPriceDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoicingPricingPricingPriceDetails
impl RefUnwindSafe for BillingBillResourceInvoicingPricingPricingPriceDetails
impl Send for BillingBillResourceInvoicingPricingPricingPriceDetails
impl Sync for BillingBillResourceInvoicingPricingPricingPriceDetails
impl Unpin for BillingBillResourceInvoicingPricingPricingPriceDetails
impl UnwindSafe for BillingBillResourceInvoicingPricingPricingPriceDetails
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