pub struct PostGwApiV1InstructionsCancelRequest {
pub query: PostGwApiV1InstructionsCancelRequestQuery,
pub body: CancelRequestBody,
}Expand description
Cancel request by instructionId.
Scope: instructions.write
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1InstructionsCancelRequestQuery§body: CancelRequestBodyImplementations§
Source§impl PostGwApiV1InstructionsCancelRequest
impl PostGwApiV1InstructionsCancelRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1InstructionsCancelResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1InstructionsCancelResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1InstructionsCancelRequest
impl Clone for PostGwApiV1InstructionsCancelRequest
Source§fn clone(&self) -> PostGwApiV1InstructionsCancelRequest
fn clone(&self) -> PostGwApiV1InstructionsCancelRequest
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 PostGwApiV1InstructionsCancelRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1InstructionsCancelRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1InstructionsCancelRequest
impl RefUnwindSafe for PostGwApiV1InstructionsCancelRequest
impl Send for PostGwApiV1InstructionsCancelRequest
impl Sync for PostGwApiV1InstructionsCancelRequest
impl Unpin for PostGwApiV1InstructionsCancelRequest
impl UnsafeUnpin for PostGwApiV1InstructionsCancelRequest
impl UnwindSafe for PostGwApiV1InstructionsCancelRequest
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