#[repr(C)]pub struct QryRCAMSInvestorCombPositionField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub InstrumentID: String,
pub CombInstrumentID: String,
}Fields§
§is_null: bool§BrokerID: String§InvestorID: String§InstrumentID: String§CombInstrumentID: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for QryRCAMSInvestorCombPositionField
impl RefUnwindSafe for QryRCAMSInvestorCombPositionField
impl Send for QryRCAMSInvestorCombPositionField
impl Sync for QryRCAMSInvestorCombPositionField
impl Unpin for QryRCAMSInvestorCombPositionField
impl UnwindSafe for QryRCAMSInvestorCombPositionField
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