pub struct DocumentEntryAmendment1 {
pub crrctg_ntry_nb: f64,
pub orgnl_doc: DocumentIdentification28,
}Fields§
§crrctg_ntry_nb: f64§orgnl_doc: DocumentIdentification28Implementations§
Source§impl DocumentEntryAmendment1
impl DocumentEntryAmendment1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentEntryAmendment1
impl RefUnwindSafe for DocumentEntryAmendment1
impl Send for DocumentEntryAmendment1
impl Sync for DocumentEntryAmendment1
impl Unpin for DocumentEntryAmendment1
impl UnwindSafe for DocumentEntryAmendment1
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