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