#[repr(C)]pub struct QryMMOptionInstrCommRateField {
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 QryMMOptionInstrCommRateField
impl RefUnwindSafe for QryMMOptionInstrCommRateField
impl Send for QryMMOptionInstrCommRateField
impl Sync for QryMMOptionInstrCommRateField
impl Unpin for QryMMOptionInstrCommRateField
impl UnwindSafe for QryMMOptionInstrCommRateField
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