#[repr(C)]pub struct QryClassifiedInstrumentField {
pub is_null: bool,
pub InstrumentID: String,
pub ExchangeID: String,
pub ExchangeInstID: String,
pub ProductID: String,
pub TradingType: u8,
pub ClassType: u8,
}Fields§
§is_null: bool§InstrumentID: String§ExchangeID: String§ExchangeInstID: String§ProductID: String§TradingType: u8§ClassType: u8Trait Implementations§
Source§impl Clone for QryClassifiedInstrumentField
impl Clone for QryClassifiedInstrumentField
Source§impl Debug for QryClassifiedInstrumentField
impl Debug for QryClassifiedInstrumentField
Auto Trait Implementations§
impl Freeze for QryClassifiedInstrumentField
impl RefUnwindSafe for QryClassifiedInstrumentField
impl Send for QryClassifiedInstrumentField
impl Sync for QryClassifiedInstrumentField
impl Unpin for QryClassifiedInstrumentField
impl UnwindSafe for QryClassifiedInstrumentField
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