pub struct GenericPersonIdentification2 {
pub id: String,
pub schme_nm: Option<PersonIdentificationSchemeName1Choice>,
pub issr: Option<String>,
}Fields§
§id: String§schme_nm: Option<PersonIdentificationSchemeName1Choice>§issr: Option<String>Implementations§
Source§impl GenericPersonIdentification2
impl GenericPersonIdentification2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GenericPersonIdentification2
impl RefUnwindSafe for GenericPersonIdentification2
impl Send for GenericPersonIdentification2
impl Sync for GenericPersonIdentification2
impl Unpin for GenericPersonIdentification2
impl UnwindSafe for GenericPersonIdentification2
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