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