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