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