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