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