pub struct ProofReportVerdict {
pub ok: bool,
pub error: Option<String>,
}Expand description
Verdict for (proof-report <name>). Mirrors CheckProofVerdict shape
without the substitution table.
Fields§
§ok: bool§error: Option<String>Trait Implementations§
Source§impl Clone for ProofReportVerdict
impl Clone for ProofReportVerdict
Source§fn clone(&self) -> ProofReportVerdict
fn clone(&self) -> ProofReportVerdict
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProofReportVerdict
impl Debug for ProofReportVerdict
Source§impl PartialEq for ProofReportVerdict
impl PartialEq for ProofReportVerdict
impl StructuralPartialEq for ProofReportVerdict
Auto Trait Implementations§
impl Freeze for ProofReportVerdict
impl RefUnwindSafe for ProofReportVerdict
impl Send for ProofReportVerdict
impl Sync for ProofReportVerdict
impl Unpin for ProofReportVerdict
impl UnsafeUnpin for ProofReportVerdict
impl UnwindSafe for ProofReportVerdict
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