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