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