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