pub struct PostGwApiV1BankInstructionsQueryRequest {
pub query: PostGwApiV1BankInstructionsQueryRequestQuery,
pub body: QueryRequestBody2,
}Expand description
View active bank instructions for an accountId.
Scope: bank-instructions.read
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1BankInstructionsQueryRequestQuery§body: QueryRequestBody2Create get instruction name request body
Implementations§
Source§impl PostGwApiV1BankInstructionsQueryRequest
impl PostGwApiV1BankInstructionsQueryRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1BankInstructionsQueryResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1BankInstructionsQueryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1BankInstructionsQueryRequest
impl Clone for PostGwApiV1BankInstructionsQueryRequest
Source§fn clone(&self) -> PostGwApiV1BankInstructionsQueryRequest
fn clone(&self) -> PostGwApiV1BankInstructionsQueryRequest
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 PostGwApiV1BankInstructionsQueryRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1BankInstructionsQueryRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1BankInstructionsQueryRequest
impl RefUnwindSafe for PostGwApiV1BankInstructionsQueryRequest
impl Send for PostGwApiV1BankInstructionsQueryRequest
impl Sync for PostGwApiV1BankInstructionsQueryRequest
impl Unpin for PostGwApiV1BankInstructionsQueryRequest
impl UnsafeUnpin for PostGwApiV1BankInstructionsQueryRequest
impl UnwindSafe for PostGwApiV1BankInstructionsQueryRequest
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