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