pub struct SubscriptionItemBillingThresholds {
pub usage_gte: Option<i64>,
}
Fields§
§usage_gte: Option<i64>
Usage threshold that triggers the subscription to create an invoice
Trait Implementations§
Source§impl Clone for SubscriptionItemBillingThresholds
impl Clone for SubscriptionItemBillingThresholds
Source§fn clone(&self) -> SubscriptionItemBillingThresholds
fn clone(&self) -> SubscriptionItemBillingThresholds
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 SubscriptionItemBillingThresholds
impl FromValueOpt for SubscriptionItemBillingThresholds
fn from_value(v: Value) -> Option<Self>
impl Copy for SubscriptionItemBillingThresholds
Auto Trait Implementations§
impl Freeze for SubscriptionItemBillingThresholds
impl RefUnwindSafe for SubscriptionItemBillingThresholds
impl Send for SubscriptionItemBillingThresholds
impl Sync for SubscriptionItemBillingThresholds
impl Unpin for SubscriptionItemBillingThresholds
impl UnwindSafe for SubscriptionItemBillingThresholds
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