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