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