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