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