pub struct IndividualPerson29 {
pub nm_prfx: Option<NamePrefix1Choice>,
pub gvn_nm: Option<String>,
pub mddl_nm: Option<String>,
pub nm: String,
pub pstl_adr: Vec<PostalAddress21>,
}Fields§
§nm_prfx: Option<NamePrefix1Choice>§gvn_nm: Option<String>§mddl_nm: Option<String>§nm: String§pstl_adr: Vec<PostalAddress21>Implementations§
Source§impl IndividualPerson29
impl IndividualPerson29
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IndividualPerson29
impl RefUnwindSafe for IndividualPerson29
impl Send for IndividualPerson29
impl Sync for IndividualPerson29
impl Unpin for IndividualPerson29
impl UnwindSafe for IndividualPerson29
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