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