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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for GetAlgosByInstrumentRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for GetAlgosByInstrumentRequestPath
impl<'v_a> ValidateArgs<'v_a> 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