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