pub struct GetGwApiV1InstructionsInstructionidRequestPath {
pub instruction_id: i32,
}Fields§
§instruction_id: i32The target instruction id.
- Example:
-1_988_905_739i32
Trait Implementations§
Source§impl Clone for GetGwApiV1InstructionsInstructionidRequestPath
impl Clone for GetGwApiV1InstructionsInstructionidRequestPath
Source§fn clone(&self) -> GetGwApiV1InstructionsInstructionidRequestPath
fn clone(&self) -> GetGwApiV1InstructionsInstructionidRequestPath
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 PartialEq for GetGwApiV1InstructionsInstructionidRequestPath
impl PartialEq for GetGwApiV1InstructionsInstructionidRequestPath
Source§fn eq(&self, other: &GetGwApiV1InstructionsInstructionidRequestPath) -> bool
fn eq(&self, other: &GetGwApiV1InstructionsInstructionidRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetGwApiV1InstructionsInstructionidRequestPath
Auto Trait Implementations§
impl Freeze for GetGwApiV1InstructionsInstructionidRequestPath
impl RefUnwindSafe for GetGwApiV1InstructionsInstructionidRequestPath
impl Send for GetGwApiV1InstructionsInstructionidRequestPath
impl Sync for GetGwApiV1InstructionsInstructionidRequestPath
impl Unpin for GetGwApiV1InstructionsInstructionidRequestPath
impl UnsafeUnpin for GetGwApiV1InstructionsInstructionidRequestPath
impl UnwindSafe for GetGwApiV1InstructionsInstructionidRequestPath
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