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