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