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