#[repr(C)]pub struct SyncDeltaSPMMInstParamField {
pub is_null: bool,
pub ExchangeID: String,
pub InstrumentID: String,
pub InstMarginCalID: u8,
pub CommodityID: String,
pub CommodityGroupID: String,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§ExchangeID: String
§InstrumentID: String
§InstMarginCalID: u8
§CommodityID: String
§CommodityGroupID: String
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Source§impl Clone for SyncDeltaSPMMInstParamField
impl Clone for SyncDeltaSPMMInstParamField
Source§impl Debug for SyncDeltaSPMMInstParamField
impl Debug for SyncDeltaSPMMInstParamField
Auto Trait Implementations§
impl Freeze for SyncDeltaSPMMInstParamField
impl RefUnwindSafe for SyncDeltaSPMMInstParamField
impl Send for SyncDeltaSPMMInstParamField
impl Sync for SyncDeltaSPMMInstParamField
impl Unpin for SyncDeltaSPMMInstParamField
impl UnwindSafe for SyncDeltaSPMMInstParamField
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