#[repr(C)]pub struct QryExchangeOrderActionField {
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: StringTrait Implementations§
Source§impl Clone for QryExchangeOrderActionField
impl Clone for QryExchangeOrderActionField
Source§impl Debug for QryExchangeOrderActionField
impl Debug for QryExchangeOrderActionField
Auto Trait Implementations§
impl Freeze for QryExchangeOrderActionField
impl RefUnwindSafe for QryExchangeOrderActionField
impl Send for QryExchangeOrderActionField
impl Sync for QryExchangeOrderActionField
impl Unpin for QryExchangeOrderActionField
impl UnwindSafe for QryExchangeOrderActionField
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