pub struct PostGwApiV1TradeConfirmationsRequest {
pub header: PostGwApiV1TradeConfirmationsRequestHeader,
pub body: TradeConfirmationRequest,
}Expand description
Scope: statements.write OR reports.write
Security Policy: Signed JWT
Fields§
§header: PostGwApiV1TradeConfirmationsRequestHeader§body: TradeConfirmationRequestTrade confirmation request body
Implementations§
Source§impl PostGwApiV1TradeConfirmationsRequest
impl PostGwApiV1TradeConfirmationsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1TradeConfirmationsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1TradeConfirmationsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1TradeConfirmationsRequest
impl Clone for PostGwApiV1TradeConfirmationsRequest
Source§fn clone(&self) -> PostGwApiV1TradeConfirmationsRequest
fn clone(&self) -> PostGwApiV1TradeConfirmationsRequest
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 PostGwApiV1TradeConfirmationsRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1TradeConfirmationsRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1TradeConfirmationsRequest
impl RefUnwindSafe for PostGwApiV1TradeConfirmationsRequest
impl Send for PostGwApiV1TradeConfirmationsRequest
impl Sync for PostGwApiV1TradeConfirmationsRequest
impl Unpin for PostGwApiV1TradeConfirmationsRequest
impl UnsafeUnpin for PostGwApiV1TradeConfirmationsRequest
impl UnwindSafe for PostGwApiV1TradeConfirmationsRequest
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