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