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