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