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