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