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