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