pub struct GetGwApiV1InstructionsInstructionidRequest {
pub path: GetGwApiV1InstructionsInstructionidRequestPath,
pub query: GetGwApiV1InstructionsInstructionidRequestQuery,
}Expand description
Retrieve status of request by instructionId
Scope: instructions.read
Security Policy: HTTPS
Fields§
§path: GetGwApiV1InstructionsInstructionidRequestPath§query: GetGwApiV1InstructionsInstructionidRequestQueryImplementations§
Source§impl GetGwApiV1InstructionsInstructionidRequest
impl GetGwApiV1InstructionsInstructionidRequest
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 GetGwApiV1InstructionsInstructionidRequest
impl Clone for GetGwApiV1InstructionsInstructionidRequest
Source§fn clone(&self) -> GetGwApiV1InstructionsInstructionidRequest
fn clone(&self) -> GetGwApiV1InstructionsInstructionidRequest
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 GetGwApiV1InstructionsInstructionidRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1InstructionsInstructionidRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1InstructionsInstructionidRequest
impl RefUnwindSafe for GetGwApiV1InstructionsInstructionidRequest
impl Send for GetGwApiV1InstructionsInstructionidRequest
impl Sync for GetGwApiV1InstructionsInstructionidRequest
impl Unpin for GetGwApiV1InstructionsInstructionidRequest
impl UnsafeUnpin for GetGwApiV1InstructionsInstructionidRequest
impl UnwindSafe for GetGwApiV1InstructionsInstructionidRequest
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