pub struct GetInstrumentDefinitionRequestQuery {
pub conids: String,
}Fields§
§conids: StringA comma separated series of contract IDs.
- Example:
"265598,8314".to_string()
Trait Implementations§
Source§impl Clone for GetInstrumentDefinitionRequestQuery
impl Clone for GetInstrumentDefinitionRequestQuery
Source§fn clone(&self) -> GetInstrumentDefinitionRequestQuery
fn clone(&self) -> GetInstrumentDefinitionRequestQuery
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 GetInstrumentDefinitionRequestQuery
impl PartialEq for GetInstrumentDefinitionRequestQuery
Source§fn eq(&self, other: &GetInstrumentDefinitionRequestQuery) -> bool
fn eq(&self, other: &GetInstrumentDefinitionRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetInstrumentDefinitionRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetInstrumentDefinitionRequestQuery
impl StructuralPartialEq for GetInstrumentDefinitionRequestQuery
Auto Trait Implementations§
impl Freeze for GetInstrumentDefinitionRequestQuery
impl RefUnwindSafe for GetInstrumentDefinitionRequestQuery
impl Send for GetInstrumentDefinitionRequestQuery
impl Sync for GetInstrumentDefinitionRequestQuery
impl Unpin for GetInstrumentDefinitionRequestQuery
impl UnsafeUnpin for GetInstrumentDefinitionRequestQuery
impl UnwindSafe for GetInstrumentDefinitionRequestQuery
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