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