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