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