pub struct CurrencyExchange20 {
pub xchg_rate: f64,
pub qtd_ccy: String,
pub qtn_dt: String,
pub lw_lmt: Option<ExchangeRateOrPercentage1Choice>,
pub hgh_lmt: Option<ExchangeRateOrPercentage1Choice>,
}Fields§
§xchg_rate: f64§qtd_ccy: String§qtn_dt: String§lw_lmt: Option<ExchangeRateOrPercentage1Choice>§hgh_lmt: Option<ExchangeRateOrPercentage1Choice>Implementations§
Source§impl CurrencyExchange20
impl CurrencyExchange20
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CurrencyExchange20
impl RefUnwindSafe for CurrencyExchange20
impl Send for CurrencyExchange20
impl Sync for CurrencyExchange20
impl Unpin for CurrencyExchange20
impl UnwindSafe for CurrencyExchange20
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