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