pub struct PostGwApiV1BankInstructionsBulkRequest {
pub query: PostGwApiV1BankInstructionsBulkRequestQuery,
pub body: BankInstructionsBulkRequestBody,
}Expand description
Scope: bank-instructions.write
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1BankInstructionsBulkRequestQuery§body: BankInstructionsBulkRequestBodyCreate Bulk Banking Instructions request body
Implementations§
Source§impl PostGwApiV1BankInstructionsBulkRequest
impl PostGwApiV1BankInstructionsBulkRequest
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 PostGwApiV1BankInstructionsBulkRequest
impl Clone for PostGwApiV1BankInstructionsBulkRequest
Source§fn clone(&self) -> PostGwApiV1BankInstructionsBulkRequest
fn clone(&self) -> PostGwApiV1BankInstructionsBulkRequest
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 PostGwApiV1BankInstructionsBulkRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1BankInstructionsBulkRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1BankInstructionsBulkRequest
impl RefUnwindSafe for PostGwApiV1BankInstructionsBulkRequest
impl Send for PostGwApiV1BankInstructionsBulkRequest
impl Sync for PostGwApiV1BankInstructionsBulkRequest
impl Unpin for PostGwApiV1BankInstructionsBulkRequest
impl UnsafeUnpin for PostGwApiV1BankInstructionsBulkRequest
impl UnwindSafe for PostGwApiV1BankInstructionsBulkRequest
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