pub struct PostGwApiV1ExternalCashTransfersQueryRequest {
pub query: PostGwApiV1ExternalCashTransfersQueryRequestQuery,
pub body: QueryRequestBody3,
}Expand description
View available cash for withdrawal with and without margin loan by accountId
Scope: transfers.read
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1ExternalCashTransfersQueryRequestQuery§body: QueryRequestBody3Create an external cash transfer query request body
Implementations§
Source§impl PostGwApiV1ExternalCashTransfersQueryRequest
impl PostGwApiV1ExternalCashTransfersQueryRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1ExternalCashTransfersQueryResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1ExternalCashTransfersQueryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1ExternalCashTransfersQueryRequest
impl Clone for PostGwApiV1ExternalCashTransfersQueryRequest
Source§fn clone(&self) -> PostGwApiV1ExternalCashTransfersQueryRequest
fn clone(&self) -> PostGwApiV1ExternalCashTransfersQueryRequest
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 PostGwApiV1ExternalCashTransfersQueryRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1ExternalCashTransfersQueryRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1ExternalCashTransfersQueryRequest
impl RefUnwindSafe for PostGwApiV1ExternalCashTransfersQueryRequest
impl Send for PostGwApiV1ExternalCashTransfersQueryRequest
impl Sync for PostGwApiV1ExternalCashTransfersQueryRequest
impl Unpin for PostGwApiV1ExternalCashTransfersQueryRequest
impl UnsafeUnpin for PostGwApiV1ExternalCashTransfersQueryRequest
impl UnwindSafe for PostGwApiV1ExternalCashTransfersQueryRequest
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