pub struct CurrencyExchange23 {
pub ccy: String,
pub xchg_rate: Option<f64>,
pub fwd_xchg_rate: Option<f64>,
pub xchg_rate_bsis: Option<ExchangeRateBasis1Choice>,
pub fxg_dt: Option<String>,
}Fields§
§ccy: String§xchg_rate: Option<f64>§fwd_xchg_rate: Option<f64>§xchg_rate_bsis: Option<ExchangeRateBasis1Choice>§fxg_dt: Option<String>Implementations§
Source§impl CurrencyExchange23
impl CurrencyExchange23
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CurrencyExchange23
impl RefUnwindSafe for CurrencyExchange23
impl Send for CurrencyExchange23
impl Sync for CurrencyExchange23
impl Unpin for CurrencyExchange23
impl UnwindSafe for CurrencyExchange23
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