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