pub struct Party47Choice {
pub org: Option<Organisation39>,
pub indv_prsn: Option<IndividualPerson37>,
}Fields§
§org: Option<Organisation39>§indv_prsn: Option<IndividualPerson37>Implementations§
Source§impl Party47Choice
impl Party47Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Party47Choice
impl RefUnwindSafe for Party47Choice
impl Send for Party47Choice
impl Sync for Party47Choice
impl Unpin for Party47Choice
impl UnwindSafe for Party47Choice
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