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