pub enum QuotesResourceSubscriptionDataBillingModeType {
Classic,
Flexible,
}
Expand description
Controls how prorations and invoices for subscriptions are calculated and orchestrated.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for QuotesResourceSubscriptionDataBillingModeType
impl Clone for QuotesResourceSubscriptionDataBillingModeType
Source§fn clone(&self) -> QuotesResourceSubscriptionDataBillingModeType
fn clone(&self) -> QuotesResourceSubscriptionDataBillingModeType
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 FromValueOpt for QuotesResourceSubscriptionDataBillingModeType
impl FromValueOpt for QuotesResourceSubscriptionDataBillingModeType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for QuotesResourceSubscriptionDataBillingModeType
impl PartialEq for QuotesResourceSubscriptionDataBillingModeType
Source§fn eq(&self, other: &QuotesResourceSubscriptionDataBillingModeType) -> bool
fn eq(&self, other: &QuotesResourceSubscriptionDataBillingModeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for QuotesResourceSubscriptionDataBillingModeType
impl Eq for QuotesResourceSubscriptionDataBillingModeType
impl StructuralPartialEq for QuotesResourceSubscriptionDataBillingModeType
Auto Trait Implementations§
impl Freeze for QuotesResourceSubscriptionDataBillingModeType
impl RefUnwindSafe for QuotesResourceSubscriptionDataBillingModeType
impl Send for QuotesResourceSubscriptionDataBillingModeType
impl Sync for QuotesResourceSubscriptionDataBillingModeType
impl Unpin for QuotesResourceSubscriptionDataBillingModeType
impl UnwindSafe for QuotesResourceSubscriptionDataBillingModeType
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