#[repr(C)]pub struct QryDepthMarketDataField {
pub instrument_id: InstrumentIdType,
pub exchange_id: ExchangeIdType,
}
Fields§
§instrument_id: InstrumentIdType
§exchange_id: ExchangeIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryDepthMarketDataField
impl Clone for QryDepthMarketDataField
Source§fn clone(&self) -> QryDepthMarketDataField
fn clone(&self) -> QryDepthMarketDataField
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 QryDepthMarketDataField
impl Debug for QryDepthMarketDataField
Auto Trait Implementations§
impl Freeze for QryDepthMarketDataField
impl RefUnwindSafe for QryDepthMarketDataField
impl Send for QryDepthMarketDataField
impl Sync for QryDepthMarketDataField
impl Unpin for QryDepthMarketDataField
impl UnwindSafe for QryDepthMarketDataField
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