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