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