#[repr(C)]pub struct ProductExchRateField {
pub is_null: bool,
pub QuoteCurrencyID: String,
pub ExchangeRate: f64,
pub ExchangeID: String,
pub ProductID: String,
}
Fields§
§is_null: bool
§QuoteCurrencyID: String
§ExchangeRate: f64
§ExchangeID: String
§ProductID: String
Trait Implementations§
Source§impl Clone for ProductExchRateField
impl Clone for ProductExchRateField
Source§impl Debug for ProductExchRateField
impl Debug for ProductExchRateField
Source§impl Default for ProductExchRateField
impl Default for ProductExchRateField
Source§impl ExternType for ProductExchRateField
impl ExternType for ProductExchRateField
Auto Trait Implementations§
impl Freeze for ProductExchRateField
impl RefUnwindSafe for ProductExchRateField
impl Send for ProductExchRateField
impl Sync for ProductExchRateField
impl Unpin for ProductExchRateField
impl UnwindSafe for ProductExchRateField
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