pub struct BillingService { /* private fields */ }Implementationsยง
Sourceยงimpl BillingService
impl BillingService
pub async fn describe_account_balance(&self) -> Result<AccountBalanceResponse>
pub async fn describe_account_balance_with_options( &self, options: &RequestOptions, ) -> Result<AccountBalanceResponse>
Trait Implementationsยง
Sourceยงimpl Clone for BillingService
impl Clone for BillingService
Sourceยงfn clone(&self) -> BillingService
fn clone(&self) -> BillingService
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 moreAuto Trait Implementationsยง
impl Freeze for BillingService
impl !RefUnwindSafe for BillingService
impl Send for BillingService
impl Sync for BillingService
impl Unpin for BillingService
impl !UnwindSafe for BillingService
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