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