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