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