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