pub struct GetGwApiV1InstructionSetsInstructionsetidRequestQuery {
pub client_id: Option<String>,
}Fields§
§client_id: Option<String>The client’s clientId
- Example:
Some("abc123".to_string())
Trait Implementations§
Source§impl Clone for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl Clone for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
Source§fn clone(&self) -> GetGwApiV1InstructionSetsInstructionsetidRequestQuery
fn clone(&self) -> GetGwApiV1InstructionSetsInstructionsetidRequestQuery
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 GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl PartialEq for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
Source§fn eq(
&self,
other: &GetGwApiV1InstructionSetsInstructionsetidRequestQuery,
) -> bool
fn eq( &self, other: &GetGwApiV1InstructionSetsInstructionsetidRequestQuery, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
Auto Trait Implementations§
impl Freeze for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl RefUnwindSafe for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl Send for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl Sync for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl Unpin for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl UnsafeUnpin for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
impl UnwindSafe for GetGwApiV1InstructionSetsInstructionsetidRequestQuery
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