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