pub struct GetInstrumentInfoRequest {
pub path: GetInstrumentInfoRequestPath,
}Expand description
Requests full contract details for the given conid.
Fields§
§path: GetInstrumentInfoRequestPathImplementations§
Source§impl GetInstrumentInfoRequest
impl GetInstrumentInfoRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetInstrumentInfoResponse>
pub async fn parse_response(req: Response) -> Result<GetInstrumentInfoResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetInstrumentInfoRequest
impl Clone for GetInstrumentInfoRequest
Source§fn clone(&self) -> GetInstrumentInfoRequest
fn clone(&self) -> GetInstrumentInfoRequest
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 GetInstrumentInfoRequest
impl Debug for GetInstrumentInfoRequest
Source§impl Default for GetInstrumentInfoRequest
impl Default for GetInstrumentInfoRequest
Source§impl Validate for GetInstrumentInfoRequest
impl Validate for GetInstrumentInfoRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetInstrumentInfoRequest
impl<'v_a> ValidateArgs<'v_a> for GetInstrumentInfoRequest
Auto Trait Implementations§
impl Freeze for GetInstrumentInfoRequest
impl RefUnwindSafe for GetInstrumentInfoRequest
impl Send for GetInstrumentInfoRequest
impl Sync for GetInstrumentInfoRequest
impl Unpin for GetInstrumentInfoRequest
impl UnsafeUnpin for GetInstrumentInfoRequest
impl UnwindSafe for GetInstrumentInfoRequest
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