pub enum BillingBillResourceInvoiceItemParentsInvoiceItemParentType {
SubscriptionDetails,
}
Expand description
The type of parent that generated this invoice item
Variants§
SubscriptionDetails
Implementations§
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl Clone for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
Source§fn clone(&self) -> BillingBillResourceInvoiceItemParentsInvoiceItemParentType
fn clone(&self) -> BillingBillResourceInvoiceItemParentsInvoiceItemParentType
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 BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl FromValueOpt for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl PartialEq for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
Source§fn eq(
&self,
other: &BillingBillResourceInvoiceItemParentsInvoiceItemParentType,
) -> bool
fn eq( &self, other: &BillingBillResourceInvoiceItemParentsInvoiceItemParentType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl Eq for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl StructuralPartialEq for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl RefUnwindSafe for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl Send for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl Sync for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl Unpin for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
impl UnwindSafe for BillingBillResourceInvoiceItemParentsInvoiceItemParentType
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