#[repr(C)]pub struct QryOrderField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub exchange_id: ExchangeIdType,
pub order_sys_id: OrderSysIdType,
pub insert_time_start: TimeType,
pub insert_time_end: TimeType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§exchange_id: ExchangeIdType
§order_sys_id: OrderSysIdType
§insert_time_start: TimeType
§insert_time_end: TimeType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryOrderField
impl Clone for QryOrderField
Source§fn clone(&self) -> QryOrderField
fn clone(&self) -> QryOrderField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QryOrderField
impl Debug for QryOrderField
Auto Trait Implementations§
impl Freeze for QryOrderField
impl RefUnwindSafe for QryOrderField
impl Send for QryOrderField
impl Sync for QryOrderField
impl Unpin for QryOrderField
impl UnwindSafe for QryOrderField
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