pub struct PersonIdentification20 {
pub dt_and_plc_of_birth: Option<DateAndPlaceOfBirth1>,
pub email_adr: Option<String>,
pub othr: Option<Vec<GenericPersonIdentification2>>,
}Fields§
§dt_and_plc_of_birth: Option<DateAndPlaceOfBirth1>§email_adr: Option<String>§othr: Option<Vec<GenericPersonIdentification2>>Implementations§
Source§impl PersonIdentification20
impl PersonIdentification20
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PersonIdentification20
impl RefUnwindSafe for PersonIdentification20
impl Send for PersonIdentification20
impl Sync for PersonIdentification20
impl Unpin for PersonIdentification20
impl UnwindSafe for PersonIdentification20
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