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