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