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