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