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