pub struct ExchangeRate1 {
pub unit_ccy: Option<String>,
pub xchg_rate: Option<f64>,
pub rate_tp: Option<ExchangeRateType1Code>,
pub ctrct_id: Option<String>,
}Fields§
§unit_ccy: Option<String>§xchg_rate: Option<f64>§rate_tp: Option<ExchangeRateType1Code>§ctrct_id: Option<String>Implementations§
Source§impl ExchangeRate1
impl ExchangeRate1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExchangeRate1
impl RefUnwindSafe for ExchangeRate1
impl Send for ExchangeRate1
impl Sync for ExchangeRate1
impl Unpin for ExchangeRate1
impl UnwindSafe for ExchangeRate1
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