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