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