pub struct BillingBillResourceInvoicingLinesCommonCreditedItems {
pub invoice: String,
pub invoice_line_items: Vec<String>,
}Fields§
§invoice: StringInvoice containing the credited invoice line items
invoice_line_items: Vec<String>Credited invoice line items
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingLinesCommonCreditedItems
impl Clone for BillingBillResourceInvoicingLinesCommonCreditedItems
Source§fn clone(&self) -> BillingBillResourceInvoicingLinesCommonCreditedItems
fn clone(&self) -> BillingBillResourceInvoicingLinesCommonCreditedItems
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 BillingBillResourceInvoicingLinesCommonCreditedItems
impl FromValueOpt for BillingBillResourceInvoicingLinesCommonCreditedItems
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoicingLinesCommonCreditedItems
impl RefUnwindSafe for BillingBillResourceInvoicingLinesCommonCreditedItems
impl Send for BillingBillResourceInvoicingLinesCommonCreditedItems
impl Sync for BillingBillResourceInvoicingLinesCommonCreditedItems
impl Unpin for BillingBillResourceInvoicingLinesCommonCreditedItems
impl UnwindSafe for BillingBillResourceInvoicingLinesCommonCreditedItems
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