pub struct GetInstrumentInfoRequestPath {
pub conid: String,
}Fields§
§conid: StringContract identifier for the requested contract of interest.
- Example:
"265598".to_string()
Trait Implementations§
Source§impl Clone for GetInstrumentInfoRequestPath
impl Clone for GetInstrumentInfoRequestPath
Source§fn clone(&self) -> GetInstrumentInfoRequestPath
fn clone(&self) -> GetInstrumentInfoRequestPath
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 Debug for GetInstrumentInfoRequestPath
impl Debug for GetInstrumentInfoRequestPath
Source§impl PartialEq for GetInstrumentInfoRequestPath
impl PartialEq for GetInstrumentInfoRequestPath
Source§fn eq(&self, other: &GetInstrumentInfoRequestPath) -> bool
fn eq(&self, other: &GetInstrumentInfoRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetInstrumentInfoRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetInstrumentInfoRequestPath
impl StructuralPartialEq for GetInstrumentInfoRequestPath
Auto Trait Implementations§
impl Freeze for GetInstrumentInfoRequestPath
impl RefUnwindSafe for GetInstrumentInfoRequestPath
impl Send for GetInstrumentInfoRequestPath
impl Sync for GetInstrumentInfoRequestPath
impl Unpin for GetInstrumentInfoRequestPath
impl UnsafeUnpin for GetInstrumentInfoRequestPath
impl UnwindSafe for GetInstrumentInfoRequestPath
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