pub struct GetFutureBySymbolRequest {
pub query: GetFutureBySymbolRequestQuery,
}Expand description
Returns a list of non-expired future contracts for given symbol(s)
Fields§
§query: GetFutureBySymbolRequestQueryImplementations§
Source§impl GetFutureBySymbolRequest
impl GetFutureBySymbolRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetFutureBySymbolResponse>
pub async fn parse_response(req: Response) -> Result<GetFutureBySymbolResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetFutureBySymbolRequest
impl Clone for GetFutureBySymbolRequest
Source§fn clone(&self) -> GetFutureBySymbolRequest
fn clone(&self) -> GetFutureBySymbolRequest
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 GetFutureBySymbolRequest
impl Debug for GetFutureBySymbolRequest
Source§impl Default for GetFutureBySymbolRequest
impl Default for GetFutureBySymbolRequest
Source§impl Validate for GetFutureBySymbolRequest
impl Validate for GetFutureBySymbolRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetFutureBySymbolRequest
impl<'v_a> ValidateArgs<'v_a> for GetFutureBySymbolRequest
Auto Trait Implementations§
impl Freeze for GetFutureBySymbolRequest
impl RefUnwindSafe for GetFutureBySymbolRequest
impl Send for GetFutureBySymbolRequest
impl Sync for GetFutureBySymbolRequest
impl Unpin for GetFutureBySymbolRequest
impl UnsafeUnpin for GetFutureBySymbolRequest
impl UnwindSafe for GetFutureBySymbolRequest
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