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