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