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