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