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