#[repr(C)]pub struct InputOptionSelfCloseActionField {Show 16 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub OptionSelfCloseActionRef: i32,
pub OptionSelfCloseRef: String,
pub RequestID: i32,
pub FrontID: i32,
pub SessionID: i32,
pub ExchangeID: String,
pub OptionSelfCloseSysID: String,
pub ActionFlag: u8,
pub UserID: String,
pub InvestUnitID: String,
pub MacAddress: String,
pub InstrumentID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§OptionSelfCloseActionRef: i32
§OptionSelfCloseRef: String
§RequestID: i32
§FrontID: i32
§SessionID: i32
§ExchangeID: String
§OptionSelfCloseSysID: String
§ActionFlag: u8
§UserID: String
§InvestUnitID: String
§MacAddress: String
§InstrumentID: String
§IPAddress: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputOptionSelfCloseActionField
impl RefUnwindSafe for InputOptionSelfCloseActionField
impl Send for InputOptionSelfCloseActionField
impl Sync for InputOptionSelfCloseActionField
impl Unpin for InputOptionSelfCloseActionField
impl UnwindSafe for InputOptionSelfCloseActionField
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