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