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