pub struct GetInstrumentDefinitionRequest {
pub query: GetInstrumentDefinitionRequestQuery,
}Expand description
Returns a list of security definitions for the given conids.
Fields§
§query: GetInstrumentDefinitionRequestQueryImplementations§
Source§impl GetInstrumentDefinitionRequest
impl GetInstrumentDefinitionRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetInstrumentDefinitionResponse>
pub async fn parse_response( req: Response, ) -> Result<GetInstrumentDefinitionResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetInstrumentDefinitionRequest
impl Clone for GetInstrumentDefinitionRequest
Source§fn clone(&self) -> GetInstrumentDefinitionRequest
fn clone(&self) -> GetInstrumentDefinitionRequest
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<'v_a> ValidateArgs<'v_a> for GetInstrumentDefinitionRequest
impl<'v_a> ValidateArgs<'v_a> for GetInstrumentDefinitionRequest
Auto Trait Implementations§
impl Freeze for GetInstrumentDefinitionRequest
impl RefUnwindSafe for GetInstrumentDefinitionRequest
impl Send for GetInstrumentDefinitionRequest
impl Sync for GetInstrumentDefinitionRequest
impl Unpin for GetInstrumentDefinitionRequest
impl UnsafeUnpin for GetInstrumentDefinitionRequest
impl UnwindSafe for GetInstrumentDefinitionRequest
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