pub struct GetAccountMarketSummaryRequest {
pub path: GetAccountMarketSummaryRequestPath,
}Expand description
Returns a summary of an account’s market value, by currency and asset class.
Fields§
§path: GetAccountMarketSummaryRequestPathImplementations§
Source§impl GetAccountMarketSummaryRequest
impl GetAccountMarketSummaryRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAccountMarketSummaryResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAccountMarketSummaryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAccountMarketSummaryRequest
impl Clone for GetAccountMarketSummaryRequest
Source§fn clone(&self) -> GetAccountMarketSummaryRequest
fn clone(&self) -> GetAccountMarketSummaryRequest
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<'v_a> ValidateArgs<'v_a> for GetAccountMarketSummaryRequest
impl<'v_a> ValidateArgs<'v_a> for GetAccountMarketSummaryRequest
Auto Trait Implementations§
impl Freeze for GetAccountMarketSummaryRequest
impl RefUnwindSafe for GetAccountMarketSummaryRequest
impl Send for GetAccountMarketSummaryRequest
impl Sync for GetAccountMarketSummaryRequest
impl Unpin for GetAccountMarketSummaryRequest
impl UnsafeUnpin for GetAccountMarketSummaryRequest
impl UnwindSafe for GetAccountMarketSummaryRequest
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