#[repr(C)]pub struct SyncDeltaSPBMIntraParameterField {
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub ProdFamilyCode: String,
pub IntraRateY: f64,
pub AddOnIntraRateY2: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§ProdFamilyCode: String
§IntraRateY: f64
§AddOnIntraRateY2: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaSPBMIntraParameterField
impl RefUnwindSafe for SyncDeltaSPBMIntraParameterField
impl Send for SyncDeltaSPBMIntraParameterField
impl Sync for SyncDeltaSPBMIntraParameterField
impl Unpin for SyncDeltaSPBMIntraParameterField
impl UnwindSafe for SyncDeltaSPBMIntraParameterField
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