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