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