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