#[repr(C)]pub struct QryExchangeForQuoteField {
pub is_null: bool,
pub ParticipantID: String,
pub ClientID: String,
pub ExchangeID: String,
pub TraderID: String,
pub ExchangeInstID: String,
}
Fields§
§is_null: bool
§ParticipantID: String
§ClientID: String
§ExchangeID: String
§TraderID: String
§ExchangeInstID: String
Trait Implementations§
Source§impl Clone for QryExchangeForQuoteField
impl Clone for QryExchangeForQuoteField
Source§impl Debug for QryExchangeForQuoteField
impl Debug for QryExchangeForQuoteField
Source§impl Default for QryExchangeForQuoteField
impl Default for QryExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for QryExchangeForQuoteField
impl RefUnwindSafe for QryExchangeForQuoteField
impl Send for QryExchangeForQuoteField
impl Sync for QryExchangeForQuoteField
impl Unpin for QryExchangeForQuoteField
impl UnwindSafe for QryExchangeForQuoteField
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