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