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