pub struct DateAndPlaceOfBirth1 {
pub birth_dt: String,
pub prvc_of_birth: Option<String>,
pub city_of_birth: String,
pub ctry_of_birth: String,
}Fields§
§birth_dt: String§prvc_of_birth: Option<String>§city_of_birth: String§ctry_of_birth: StringImplementations§
Source§impl DateAndPlaceOfBirth1
impl DateAndPlaceOfBirth1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DateAndPlaceOfBirth1
impl RefUnwindSafe for DateAndPlaceOfBirth1
impl Send for DateAndPlaceOfBirth1
impl Sync for DateAndPlaceOfBirth1
impl Unpin for DateAndPlaceOfBirth1
impl UnwindSafe for DateAndPlaceOfBirth1
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