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