#[repr(C)]pub struct ExchangeOrderActionErrorField {
pub is_null: bool,
pub ExchangeID: String,
pub OrderSysID: String,
pub TraderID: String,
pub InstallID: i32,
pub OrderLocalID: String,
pub ActionLocalID: String,
pub ErrorID: i32,
pub ErrorMsg: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§OrderSysID: String
§TraderID: String
§InstallID: i32
§OrderLocalID: String
§ActionLocalID: String
§ErrorID: i32
§ErrorMsg: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeOrderActionErrorField
impl RefUnwindSafe for ExchangeOrderActionErrorField
impl Send for ExchangeOrderActionErrorField
impl Sync for ExchangeOrderActionErrorField
impl Unpin for ExchangeOrderActionErrorField
impl UnwindSafe for ExchangeOrderActionErrorField
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