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