pub struct BillingBillResourceInvoicingParentsInvoiceParent {
pub quote_details: Option<BillingBillResourceInvoicingParentsInvoiceQuoteParent>,
pub subscription_details: Option<BillingBillResourceInvoicingParentsInvoiceSubscriptionParent>,
pub type_: BillingBillResourceInvoicingParentsInvoiceParentType,
}
Fields§
§quote_details: Option<BillingBillResourceInvoicingParentsInvoiceQuoteParent>
Details about the quote that generated this invoice
subscription_details: Option<BillingBillResourceInvoicingParentsInvoiceSubscriptionParent>
Details about the subscription that generated this invoice
type_: BillingBillResourceInvoicingParentsInvoiceParentType
The type of parent that generated this invoice
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingParentsInvoiceParent
impl Clone for BillingBillResourceInvoicingParentsInvoiceParent
Source§fn clone(&self) -> BillingBillResourceInvoicingParentsInvoiceParent
fn clone(&self) -> BillingBillResourceInvoicingParentsInvoiceParent
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 BillingBillResourceInvoicingParentsInvoiceParent
impl RefUnwindSafe for BillingBillResourceInvoicingParentsInvoiceParent
impl Send for BillingBillResourceInvoicingParentsInvoiceParent
impl Sync for BillingBillResourceInvoicingParentsInvoiceParent
impl Unpin for BillingBillResourceInvoicingParentsInvoiceParent
impl UnwindSafe for BillingBillResourceInvoicingParentsInvoiceParent
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