pub enum CreateSubscriptionPendingInvoiceItemIntervalInterval {
Day,
Month,
Week,
Year,
}
Expand description
Specifies invoicing frequency. Either day
, week
, month
or year
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl Clone for CreateSubscriptionPendingInvoiceItemIntervalInterval
Source§fn clone(&self) -> CreateSubscriptionPendingInvoiceItemIntervalInterval
fn clone(&self) -> CreateSubscriptionPendingInvoiceItemIntervalInterval
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 CreateSubscriptionPendingInvoiceItemIntervalInterval
impl PartialEq for CreateSubscriptionPendingInvoiceItemIntervalInterval
Source§fn eq(
&self,
other: &CreateSubscriptionPendingInvoiceItemIntervalInterval,
) -> bool
fn eq( &self, other: &CreateSubscriptionPendingInvoiceItemIntervalInterval, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl Eq for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl StructuralPartialEq for CreateSubscriptionPendingInvoiceItemIntervalInterval
Auto Trait Implementations§
impl Freeze for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl RefUnwindSafe for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl Send for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl Sync for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl Unpin for CreateSubscriptionPendingInvoiceItemIntervalInterval
impl UnwindSafe for CreateSubscriptionPendingInvoiceItemIntervalInterval
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