pub struct PostGwApiV1EchoSignedJwtRequest {
pub body: AccountRequestBody,
}Expand description
Scope: echo.write
Security Policy: Signed JWT
Fields§
§body: AccountRequestBodyCreate a Signed JWT echo request.
Implementations§
Source§impl PostGwApiV1EchoSignedJwtRequest
impl PostGwApiV1EchoSignedJwtRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1EchoHttpsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1EchoHttpsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1EchoSignedJwtRequest
impl Clone for PostGwApiV1EchoSignedJwtRequest
Source§fn clone(&self) -> PostGwApiV1EchoSignedJwtRequest
fn clone(&self) -> PostGwApiV1EchoSignedJwtRequest
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 PostGwApiV1EchoSignedJwtRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1EchoSignedJwtRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1EchoSignedJwtRequest
impl RefUnwindSafe for PostGwApiV1EchoSignedJwtRequest
impl Send for PostGwApiV1EchoSignedJwtRequest
impl Sync for PostGwApiV1EchoSignedJwtRequest
impl Unpin for PostGwApiV1EchoSignedJwtRequest
impl UnsafeUnpin for PostGwApiV1EchoSignedJwtRequest
impl UnwindSafe for PostGwApiV1EchoSignedJwtRequest
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