pub struct GetAccountSummaryRequest {
pub path: GetAccountSummaryRequestPath,
}Expand description
Provides a general overview of the account details such as balance values.
Fields§
§path: GetAccountSummaryRequestPathImplementations§
Source§impl GetAccountSummaryRequest
impl GetAccountSummaryRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAccountSummaryResponse>
pub async fn parse_response(req: Response) -> Result<GetAccountSummaryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAccountSummaryRequest
impl Clone for GetAccountSummaryRequest
Source§fn clone(&self) -> GetAccountSummaryRequest
fn clone(&self) -> GetAccountSummaryRequest
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 GetAccountSummaryRequest
impl Debug for GetAccountSummaryRequest
Source§impl Default for GetAccountSummaryRequest
impl Default for GetAccountSummaryRequest
Source§impl Validate for GetAccountSummaryRequest
impl Validate for GetAccountSummaryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAccountSummaryRequest
impl<'v_a> ValidateArgs<'v_a> for GetAccountSummaryRequest
Auto Trait Implementations§
impl Freeze for GetAccountSummaryRequest
impl RefUnwindSafe for GetAccountSummaryRequest
impl Send for GetAccountSummaryRequest
impl Sync for GetAccountSummaryRequest
impl Unpin for GetAccountSummaryRequest
impl UnsafeUnpin for GetAccountSummaryRequest
impl UnwindSafe for GetAccountSummaryRequest
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