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