pub struct GenericPersonIdentification1 {
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 GenericPersonIdentification1
impl GenericPersonIdentification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GenericPersonIdentification1
impl RefUnwindSafe for GenericPersonIdentification1
impl Send for GenericPersonIdentification1
impl Sync for GenericPersonIdentification1
impl Unpin for GenericPersonIdentification1
impl UnwindSafe for GenericPersonIdentification1
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