pub struct GetForecastScheduleRequestQuery {
pub conid: String,
}Fields§
§conid: StringProvide the contract identifier to retrieve the trading schedule for.
Trait Implementations§
Source§impl Clone for GetForecastScheduleRequestQuery
impl Clone for GetForecastScheduleRequestQuery
Source§fn clone(&self) -> GetForecastScheduleRequestQuery
fn clone(&self) -> GetForecastScheduleRequestQuery
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 GetForecastScheduleRequestQuery
impl PartialEq for GetForecastScheduleRequestQuery
Source§fn eq(&self, other: &GetForecastScheduleRequestQuery) -> bool
fn eq(&self, other: &GetForecastScheduleRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetForecastScheduleRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetForecastScheduleRequestQuery
impl StructuralPartialEq for GetForecastScheduleRequestQuery
Auto Trait Implementations§
impl Freeze for GetForecastScheduleRequestQuery
impl RefUnwindSafe for GetForecastScheduleRequestQuery
impl Send for GetForecastScheduleRequestQuery
impl Sync for GetForecastScheduleRequestQuery
impl Unpin for GetForecastScheduleRequestQuery
impl UnsafeUnpin for GetForecastScheduleRequestQuery
impl UnwindSafe for GetForecastScheduleRequestQuery
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