pub struct GetForecastMarketsRequestQuery {
pub underlying_conid: String,
pub exchange: Option<String>,
}Fields§
§underlying_conid: StringUnderlying event index contract identifier.
exchange: Option<String>Exchange to filter contract by.
Trait Implementations§
Source§impl Clone for GetForecastMarketsRequestQuery
impl Clone for GetForecastMarketsRequestQuery
Source§fn clone(&self) -> GetForecastMarketsRequestQuery
fn clone(&self) -> GetForecastMarketsRequestQuery
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 GetForecastMarketsRequestQuery
impl PartialEq for GetForecastMarketsRequestQuery
Source§fn eq(&self, other: &GetForecastMarketsRequestQuery) -> bool
fn eq(&self, other: &GetForecastMarketsRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetForecastMarketsRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetForecastMarketsRequestQuery
impl StructuralPartialEq for GetForecastMarketsRequestQuery
Auto Trait Implementations§
impl Freeze for GetForecastMarketsRequestQuery
impl RefUnwindSafe for GetForecastMarketsRequestQuery
impl Send for GetForecastMarketsRequestQuery
impl Sync for GetForecastMarketsRequestQuery
impl Unpin for GetForecastMarketsRequestQuery
impl UnsafeUnpin for GetForecastMarketsRequestQuery
impl UnwindSafe for GetForecastMarketsRequestQuery
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