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