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