pub struct CreditBalance {
pub available_balance: BillingCreditGrantsResourceAmount,
pub ledger_balance: BillingCreditGrantsResourceAmount,
}
Fields§
§available_balance: BillingCreditGrantsResourceAmount
§ledger_balance: BillingCreditGrantsResourceAmount
Trait Implementations§
Source§impl Clone for CreditBalance
impl Clone for CreditBalance
Source§fn clone(&self) -> CreditBalance
fn clone(&self) -> CreditBalance
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 Debug for CreditBalance
impl Debug for CreditBalance
Source§impl Deserialize for CreditBalance
impl Deserialize for CreditBalance
Source§impl FromValueOpt for CreditBalance
impl FromValueOpt for CreditBalance
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for CreditBalance
impl ObjectDeser for CreditBalance
impl Copy for CreditBalance
Auto Trait Implementations§
impl Freeze for CreditBalance
impl RefUnwindSafe for CreditBalance
impl Send for CreditBalance
impl Sync for CreditBalance
impl Unpin for CreditBalance
impl UnwindSafe for CreditBalance
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