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