pub struct AccountBalanceResponse {
pub response: AccountBalance,
}
Expand description
Response payload returned by DescribeAccountBalance
.
Field | Type | Description |
---|---|---|
response | AccountBalance | Raw response content from Tencent Cloud. |
Fieldsยง
ยงresponse: AccountBalance
Trait Implementationsยง
Sourceยงimpl Debug for AccountBalanceResponse
impl Debug for AccountBalanceResponse
Sourceยงimpl<'de> Deserialize<'de> for AccountBalanceResponse
impl<'de> Deserialize<'de> for AccountBalanceResponse
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementationsยง
impl Freeze for AccountBalanceResponse
impl RefUnwindSafe for AccountBalanceResponse
impl Send for AccountBalanceResponse
impl Sync for AccountBalanceResponse
impl Unpin for AccountBalanceResponse
impl UnwindSafe for AccountBalanceResponse
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