pub struct ExchangeRateReportOrError3Choice {
pub ccy_xchg_rpt: Option<Vec<CurrencyExchangeReport4>>,
pub oprl_err: Option<Vec<ErrorHandling3>>,
}Fields§
§ccy_xchg_rpt: Option<Vec<CurrencyExchangeReport4>>§oprl_err: Option<Vec<ErrorHandling3>>Implementations§
Source§impl ExchangeRateReportOrError3Choice
impl ExchangeRateReportOrError3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExchangeRateReportOrError3Choice
impl RefUnwindSafe for ExchangeRateReportOrError3Choice
impl Send for ExchangeRateReportOrError3Choice
impl Sync for ExchangeRateReportOrError3Choice
impl Unpin for ExchangeRateReportOrError3Choice
impl UnwindSafe for ExchangeRateReportOrError3Choice
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