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