#[repr(C)]pub struct ExchangeBatchOrderActionField {Show 14 fields
pub is_null: bool,
pub ExchangeID: String,
pub ActionDate: String,
pub ActionTime: String,
pub TraderID: String,
pub InstallID: i32,
pub ActionLocalID: String,
pub ParticipantID: String,
pub ClientID: String,
pub BusinessUnit: String,
pub OrderActionStatus: u8,
pub UserID: String,
pub MacAddress: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§ActionDate: String
§ActionTime: String
§TraderID: String
§InstallID: i32
§ActionLocalID: String
§ParticipantID: String
§ClientID: String
§BusinessUnit: String
§OrderActionStatus: u8
§UserID: String
§MacAddress: String
§IPAddress: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeBatchOrderActionField
impl RefUnwindSafe for ExchangeBatchOrderActionField
impl Send for ExchangeBatchOrderActionField
impl Sync for ExchangeBatchOrderActionField
impl Unpin for ExchangeBatchOrderActionField
impl UnwindSafe for ExchangeBatchOrderActionField
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