#[repr(C)]pub struct ExchangeForQuoteField {Show 13 fields
pub is_null: bool,
pub ForQuoteLocalID: String,
pub ExchangeID: String,
pub ParticipantID: String,
pub ClientID: String,
pub TraderID: String,
pub InstallID: i32,
pub InsertDate: String,
pub InsertTime: String,
pub ForQuoteStatus: u8,
pub MacAddress: String,
pub ExchangeInstID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§ForQuoteLocalID: String
§ExchangeID: String
§ParticipantID: String
§ClientID: String
§TraderID: String
§InstallID: i32
§InsertDate: String
§InsertTime: String
§ForQuoteStatus: u8
§MacAddress: String
§ExchangeInstID: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for ExchangeForQuoteField
impl Clone for ExchangeForQuoteField
Source§impl Debug for ExchangeForQuoteField
impl Debug for ExchangeForQuoteField
Source§impl Default for ExchangeForQuoteField
impl Default for ExchangeForQuoteField
Source§impl ExternType for ExchangeForQuoteField
impl ExternType for ExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for ExchangeForQuoteField
impl RefUnwindSafe for ExchangeForQuoteField
impl Send for ExchangeForQuoteField
impl Sync for ExchangeForQuoteField
impl Unpin for ExchangeForQuoteField
impl UnwindSafe for ExchangeForQuoteField
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