#[repr(C)]pub struct BrokerUserEventField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub UserEventType: u8,
pub EventSequenceNo: i32,
pub EventDate: String,
pub EventTime: String,
pub UserEventInfo: String,
pub InvestorID: String,
pub InstrumentID: String,
pub DRIdentityID: i32,
pub TradingDay: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§UserEventType: u8
§EventSequenceNo: i32
§EventDate: String
§EventTime: String
§UserEventInfo: String
§InvestorID: String
§InstrumentID: String
§DRIdentityID: i32
§TradingDay: String
Trait Implementations§
Source§impl Clone for BrokerUserEventField
impl Clone for BrokerUserEventField
Source§impl Debug for BrokerUserEventField
impl Debug for BrokerUserEventField
Source§impl Default for BrokerUserEventField
impl Default for BrokerUserEventField
Source§impl ExternType for BrokerUserEventField
impl ExternType for BrokerUserEventField
Auto Trait Implementations§
impl Freeze for BrokerUserEventField
impl RefUnwindSafe for BrokerUserEventField
impl Send for BrokerUserEventField
impl Sync for BrokerUserEventField
impl Unpin for BrokerUserEventField
impl UnwindSafe for BrokerUserEventField
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