pub struct DescribeAccountBalance;
Expand description
TencentCloud Billing DescribeAccountBalance
endpoint definition.
Item | Value |
---|---|
Service | billing |
Action | DescribeAccountBalance |
Version | 2018-07-09 |
Host | billing.tencentcloudapi.com |
Rate Limit | 20 req/s |
Trait Implementationsยง
Sourceยงimpl Endpoint for DescribeAccountBalance
impl Endpoint for DescribeAccountBalance
type Output = AccountBalanceResponse
fn service(&self) -> Cow<'static, str>
fn action(&self) -> Cow<'static, str>
fn version(&self) -> Cow<'static, str>
fn region(&self) -> Option<Cow<'_, str>>
fn scheme(&self) -> Cow<'static, str>
fn host(&self) -> Cow<'_, str>
fn path(&self) -> Cow<'_, str>
fn payload(&self) -> Value
fn extra_headers(&self) -> Option<Vec<(Cow<'_, str>, Cow<'_, str>)>>
fn parse(&self, body: Value) -> Result<Self::Output, TencentCloudError>
Auto Trait Implementationsยง
impl Freeze for DescribeAccountBalance
impl RefUnwindSafe for DescribeAccountBalance
impl Send for DescribeAccountBalance
impl Sync for DescribeAccountBalance
impl Unpin for DescribeAccountBalance
impl UnwindSafe for DescribeAccountBalance
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