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