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