pub struct PostGwApiV1BalancesQueryRequest {
pub query: PostGwApiV1BalancesQueryRequestQuery,
pub body: QueryRequestBody,
}Expand description
View available cash for withdrawal and account equity value by accountId
Scope: balances.read
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1BalancesQueryRequestQuery§body: QueryRequestBodyCreate an query request body
Implementations§
Source§impl PostGwApiV1BalancesQueryRequest
impl PostGwApiV1BalancesQueryRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1BalancesQueryResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1BalancesQueryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1BalancesQueryRequest
impl Clone for PostGwApiV1BalancesQueryRequest
Source§fn clone(&self) -> PostGwApiV1BalancesQueryRequest
fn clone(&self) -> PostGwApiV1BalancesQueryRequest
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 PostGwApiV1BalancesQueryRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1BalancesQueryRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1BalancesQueryRequest
impl RefUnwindSafe for PostGwApiV1BalancesQueryRequest
impl Send for PostGwApiV1BalancesQueryRequest
impl Sync for PostGwApiV1BalancesQueryRequest
impl Unpin for PostGwApiV1BalancesQueryRequest
impl UnsafeUnpin for PostGwApiV1BalancesQueryRequest
impl UnwindSafe for PostGwApiV1BalancesQueryRequest
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