pub struct GetConidsByExchangeRequestQuery {
pub exchange: String,
pub asset_class: Option<Value>,
}Fields§
§exchange: StringExchange from which derivatives should be retrieved from.
- Example:
"AMEX".to_string()
asset_class: Option<Value>asset class
Trait Implementations§
Source§impl Clone for GetConidsByExchangeRequestQuery
impl Clone for GetConidsByExchangeRequestQuery
Source§fn clone(&self) -> GetConidsByExchangeRequestQuery
fn clone(&self) -> GetConidsByExchangeRequestQuery
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 GetConidsByExchangeRequestQuery
impl PartialEq for GetConidsByExchangeRequestQuery
Source§fn eq(&self, other: &GetConidsByExchangeRequestQuery) -> bool
fn eq(&self, other: &GetConidsByExchangeRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetConidsByExchangeRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetConidsByExchangeRequestQuery
impl StructuralPartialEq for GetConidsByExchangeRequestQuery
Auto Trait Implementations§
impl Freeze for GetConidsByExchangeRequestQuery
impl RefUnwindSafe for GetConidsByExchangeRequestQuery
impl Send for GetConidsByExchangeRequestQuery
impl Sync for GetConidsByExchangeRequestQuery
impl Unpin for GetConidsByExchangeRequestQuery
impl UnsafeUnpin for GetConidsByExchangeRequestQuery
impl UnwindSafe for GetConidsByExchangeRequestQuery
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