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