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