pub struct QuotesResourceSubscriptionDataBillingMode {
pub type_: QuotesResourceSubscriptionDataBillingModeType,
}
Expand description
The billing mode of the quote.
Fields§
§type_: QuotesResourceSubscriptionDataBillingModeType
Controls how prorations and invoices for subscriptions are calculated and orchestrated.
Trait Implementations§
Source§impl Clone for QuotesResourceSubscriptionDataBillingMode
impl Clone for QuotesResourceSubscriptionDataBillingMode
Source§fn clone(&self) -> QuotesResourceSubscriptionDataBillingMode
fn clone(&self) -> QuotesResourceSubscriptionDataBillingMode
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 QuotesResourceSubscriptionDataBillingMode
impl FromValueOpt for QuotesResourceSubscriptionDataBillingMode
fn from_value(v: Value) -> Option<Self>
impl Copy for QuotesResourceSubscriptionDataBillingMode
Auto Trait Implementations§
impl Freeze for QuotesResourceSubscriptionDataBillingMode
impl RefUnwindSafe for QuotesResourceSubscriptionDataBillingMode
impl Send for QuotesResourceSubscriptionDataBillingMode
impl Sync for QuotesResourceSubscriptionDataBillingMode
impl Unpin for QuotesResourceSubscriptionDataBillingMode
impl UnwindSafe for QuotesResourceSubscriptionDataBillingMode
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