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