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