pub struct BillingBillResourceInvoicingParentsInvoiceQuoteParent {
pub quote: String,
}
Fields§
§quote: String
The quote that generated this invoice
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl Clone for BillingBillResourceInvoicingParentsInvoiceQuoteParent
Source§fn clone(&self) -> BillingBillResourceInvoicingParentsInvoiceQuoteParent
fn clone(&self) -> BillingBillResourceInvoicingParentsInvoiceQuoteParent
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 BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl FromValueOpt for BillingBillResourceInvoicingParentsInvoiceQuoteParent
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl RefUnwindSafe for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl Send for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl Sync for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl Unpin for BillingBillResourceInvoicingParentsInvoiceQuoteParent
impl UnwindSafe for BillingBillResourceInvoicingParentsInvoiceQuoteParent
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