#[repr(C)]pub struct InstrumentTradingRightField {
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: StringTrait Implementations§
Source§impl Clone for InstrumentTradingRightField
impl Clone for InstrumentTradingRightField
Source§impl Debug for InstrumentTradingRightField
impl Debug for InstrumentTradingRightField
Auto Trait Implementations§
impl Freeze for InstrumentTradingRightField
impl RefUnwindSafe for InstrumentTradingRightField
impl Send for InstrumentTradingRightField
impl Sync for InstrumentTradingRightField
impl Unpin for InstrumentTradingRightField
impl UnwindSafe for InstrumentTradingRightField
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