pub struct GenericPersonIdentification13 {
pub id: String,
pub schme_nm: Option<PersonIdentificationSchemeName1Choice3>,
pub issr: Option<String>,
}Fields§
§id: String§schme_nm: Option<PersonIdentificationSchemeName1Choice3>§issr: Option<String>Implementations§
Source§impl GenericPersonIdentification13
impl GenericPersonIdentification13
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for GenericPersonIdentification13
impl Clone for GenericPersonIdentification13
Source§fn clone(&self) -> GenericPersonIdentification13
fn clone(&self) -> GenericPersonIdentification13
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GenericPersonIdentification13
impl Default for GenericPersonIdentification13
Source§fn default() -> GenericPersonIdentification13
fn default() -> GenericPersonIdentification13
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GenericPersonIdentification13
impl<'de> Deserialize<'de> for GenericPersonIdentification13
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GenericPersonIdentification13
impl PartialEq for GenericPersonIdentification13
Source§fn eq(&self, other: &GenericPersonIdentification13) -> bool
fn eq(&self, other: &GenericPersonIdentification13) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GenericPersonIdentification13
Auto Trait Implementations§
impl Freeze for GenericPersonIdentification13
impl RefUnwindSafe for GenericPersonIdentification13
impl Send for GenericPersonIdentification13
impl Sync for GenericPersonIdentification13
impl Unpin for GenericPersonIdentification13
impl UnwindSafe for GenericPersonIdentification13
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