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