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