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