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