#[repr(C)]pub struct QryDepthMarketDataField {
pub is_null: bool,
pub ExchangeID: String,
pub InstrumentID: String,
pub ProductClass: u8,
}
Fields§
§is_null: bool
§ExchangeID: String
§InstrumentID: String
§ProductClass: u8
Trait Implementations§
Source§impl Clone for QryDepthMarketDataField
impl Clone for QryDepthMarketDataField
Source§impl Debug for QryDepthMarketDataField
impl Debug for QryDepthMarketDataField
Source§impl Default for QryDepthMarketDataField
impl Default for QryDepthMarketDataField
Source§impl ExternType for QryDepthMarketDataField
impl ExternType 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