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