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