pub struct GetGwApiV1ClientInstructionsClientinstructionidRequest {
pub path: GetGwApiV1ClientInstructionsClientinstructionidRequestPath,
pub query: GetGwApiV1ClientInstructionsClientinstructionidRequestQuery,
}Expand description
Retrieve status of request by clientInstructionId.
Scope: instructions.read
Security Policy: HTTPS
Fields§
§path: GetGwApiV1ClientInstructionsClientinstructionidRequestPath§query: GetGwApiV1ClientInstructionsClientinstructionidRequestQueryImplementations§
Source§impl GetGwApiV1ClientInstructionsClientinstructionidRequest
impl GetGwApiV1ClientInstructionsClientinstructionidRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1InstructionsInstructionidResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1InstructionsInstructionidResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl Clone for GetGwApiV1ClientInstructionsClientinstructionidRequest
Source§fn clone(&self) -> GetGwApiV1ClientInstructionsClientinstructionidRequest
fn clone(&self) -> GetGwApiV1ClientInstructionsClientinstructionidRequest
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 GetGwApiV1ClientInstructionsClientinstructionidRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1ClientInstructionsClientinstructionidRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl RefUnwindSafe for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl Send for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl Sync for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl Unpin for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl UnsafeUnpin for GetGwApiV1ClientInstructionsClientinstructionidRequest
impl UnwindSafe for GetGwApiV1ClientInstructionsClientinstructionidRequest
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