pub struct PartyIdentification79 {
pub acct_ownr: Vec<PartyIdentification76>,
pub dcsn_makr: Option<Vec<PersonOrOrganisation2Choice>>,
}Fields§
§acct_ownr: Vec<PartyIdentification76>§dcsn_makr: Option<Vec<PersonOrOrganisation2Choice>>Implementations§
Source§impl PartyIdentification79
impl PartyIdentification79
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyIdentification79
impl RefUnwindSafe for PartyIdentification79
impl Send for PartyIdentification79
impl Sync for PartyIdentification79
impl Unpin for PartyIdentification79
impl UnwindSafe for PartyIdentification79
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