pub struct PartyReport4 {
pub pty_id: SystemPartyIdentification8,
pub pty_or_err: PartyOrBusinessError4Choice,
}Fields§
§pty_id: SystemPartyIdentification8§pty_or_err: PartyOrBusinessError4ChoiceImplementations§
Source§impl PartyReport4
impl PartyReport4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyReport4
impl RefUnwindSafe for PartyReport4
impl Send for PartyReport4
impl Sync for PartyReport4
impl Unpin for PartyReport4
impl UnwindSafe for PartyReport4
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