#[repr(C)]pub struct CThostFtdcQryBatchOrderActionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ExchangeID: TThostFtdcExchangeIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryBatchOrderActionField
impl Clone for CThostFtdcQryBatchOrderActionField
Source§fn clone(&self) -> CThostFtdcQryBatchOrderActionField
fn clone(&self) -> CThostFtdcQryBatchOrderActionField
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 moreimpl Copy for CThostFtdcQryBatchOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryBatchOrderActionField
impl RefUnwindSafe for CThostFtdcQryBatchOrderActionField
impl Send for CThostFtdcQryBatchOrderActionField
impl Sync for CThostFtdcQryBatchOrderActionField
impl Unpin for CThostFtdcQryBatchOrderActionField
impl UnwindSafe for CThostFtdcQryBatchOrderActionField
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