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