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