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