#[repr(C)]pub struct QryInvestorPositionField {
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 QryInvestorPositionField
impl Clone for QryInvestorPositionField
Source§fn clone(&self) -> QryInvestorPositionField
fn clone(&self) -> QryInvestorPositionField
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 QryInvestorPositionField
impl Debug for QryInvestorPositionField
Auto Trait Implementations§
impl Freeze for QryInvestorPositionField
impl RefUnwindSafe for QryInvestorPositionField
impl Send for QryInvestorPositionField
impl Sync for QryInvestorPositionField
impl Unpin for QryInvestorPositionField
impl UnwindSafe for QryInvestorPositionField
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