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