pub enum CreateSubscriptionAddInvoiceItemsPeriodEndType {
MinItemPeriodEnd,
Timestamp,
}
Expand description
Select how to calculate the end of the invoice item period.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl Clone for CreateSubscriptionAddInvoiceItemsPeriodEndType
Source§fn clone(&self) -> CreateSubscriptionAddInvoiceItemsPeriodEndType
fn clone(&self) -> CreateSubscriptionAddInvoiceItemsPeriodEndType
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 PartialEq for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl PartialEq for CreateSubscriptionAddInvoiceItemsPeriodEndType
Source§fn eq(&self, other: &CreateSubscriptionAddInvoiceItemsPeriodEndType) -> bool
fn eq(&self, other: &CreateSubscriptionAddInvoiceItemsPeriodEndType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl Eq for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl StructuralPartialEq for CreateSubscriptionAddInvoiceItemsPeriodEndType
Auto Trait Implementations§
impl Freeze for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl RefUnwindSafe for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl Send for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl Sync for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl Unpin for CreateSubscriptionAddInvoiceItemsPeriodEndType
impl UnwindSafe for CreateSubscriptionAddInvoiceItemsPeriodEndType
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