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