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