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