#[repr(C)]pub struct QryInstrumentCommissionRateField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub exchange_id: ExchangeIdType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§exchange_id: ExchangeIdType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryInstrumentCommissionRateField
impl Clone for QryInstrumentCommissionRateField
Source§fn clone(&self) -> QryInstrumentCommissionRateField
fn clone(&self) -> QryInstrumentCommissionRateField
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 moreAuto Trait Implementations§
impl Freeze for QryInstrumentCommissionRateField
impl RefUnwindSafe for QryInstrumentCommissionRateField
impl Send for QryInstrumentCommissionRateField
impl Sync for QryInstrumentCommissionRateField
impl Unpin for QryInstrumentCommissionRateField
impl UnwindSafe for QryInstrumentCommissionRateField
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