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