pub struct GetForecastMarketsRequest {
pub query: GetForecastMarketsRequestQuery,
}Expand description
Returns all high level contract details affiliated with the underlying market conid provided.
Fields§
§query: GetForecastMarketsRequestQueryImplementations§
Source§impl GetForecastMarketsRequest
impl GetForecastMarketsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetForecastMarketsResponse>
pub async fn parse_response(req: Response) -> Result<GetForecastMarketsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetForecastMarketsRequest
impl Clone for GetForecastMarketsRequest
Source§fn clone(&self) -> GetForecastMarketsRequest
fn clone(&self) -> GetForecastMarketsRequest
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 GetForecastMarketsRequest
impl Debug for GetForecastMarketsRequest
Source§impl Default for GetForecastMarketsRequest
impl Default for GetForecastMarketsRequest
Source§impl Validate for GetForecastMarketsRequest
impl Validate for GetForecastMarketsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetForecastMarketsRequest
impl<'v_a> ValidateArgs<'v_a> for GetForecastMarketsRequest
Auto Trait Implementations§
impl Freeze for GetForecastMarketsRequest
impl RefUnwindSafe for GetForecastMarketsRequest
impl Send for GetForecastMarketsRequest
impl Sync for GetForecastMarketsRequest
impl Unpin for GetForecastMarketsRequest
impl UnsafeUnpin for GetForecastMarketsRequest
impl UnwindSafe for GetForecastMarketsRequest
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