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