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