pub enum BillingCreditGrantsResourceBalanceDebitType {
CreditsApplied,
CreditsExpired,
CreditsVoided,
}
Expand description
The type of debit transaction.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BillingCreditGrantsResourceBalanceDebitType
impl Clone for BillingCreditGrantsResourceBalanceDebitType
Source§fn clone(&self) -> BillingCreditGrantsResourceBalanceDebitType
fn clone(&self) -> BillingCreditGrantsResourceBalanceDebitType
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 BillingCreditGrantsResourceBalanceDebitType
impl FromValueOpt for BillingCreditGrantsResourceBalanceDebitType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BillingCreditGrantsResourceBalanceDebitType
impl PartialEq for BillingCreditGrantsResourceBalanceDebitType
Source§fn eq(&self, other: &BillingCreditGrantsResourceBalanceDebitType) -> bool
fn eq(&self, other: &BillingCreditGrantsResourceBalanceDebitType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BillingCreditGrantsResourceBalanceDebitType
impl Eq for BillingCreditGrantsResourceBalanceDebitType
impl StructuralPartialEq for BillingCreditGrantsResourceBalanceDebitType
Auto Trait Implementations§
impl Freeze for BillingCreditGrantsResourceBalanceDebitType
impl RefUnwindSafe for BillingCreditGrantsResourceBalanceDebitType
impl Send for BillingCreditGrantsResourceBalanceDebitType
impl Sync for BillingCreditGrantsResourceBalanceDebitType
impl Unpin for BillingCreditGrantsResourceBalanceDebitType
impl UnwindSafe for BillingCreditGrantsResourceBalanceDebitType
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