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