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