pub struct ModalCheckWitnessV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub modal_family: &'static str,
pub substrate: &'static str,
pub obligation_count: usize,
pub accepted_count: usize,
pub blocked_count: usize,
pub all_provenance_preserved: bool,
pub source_products: Vec<&'static str>,
pub witnesses: Vec<ModalCheckWitnessSourceV0>,
}Expand description
V0 freeze-candidate witness aggregation over existing cascade proof outputs.
This is a staged strict-superset surface for release evidence. It does not claim a completed modal theorem, paper-grade proof system, or Cargo 1.0 API.
Fields§
§schema_version: &'static str§product: &'static str§modal_family: &'static str§substrate: &'static str§obligation_count: usize§accepted_count: usize§blocked_count: usize§all_provenance_preserved: bool§source_products: Vec<&'static str>§witnesses: Vec<ModalCheckWitnessSourceV0>Trait Implementations§
Source§impl Clone for ModalCheckWitnessV0
impl Clone for ModalCheckWitnessV0
Source§fn clone(&self) -> ModalCheckWitnessV0
fn clone(&self) -> ModalCheckWitnessV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModalCheckWitnessV0
impl Debug for ModalCheckWitnessV0
impl Eq for ModalCheckWitnessV0
Source§impl PartialEq for ModalCheckWitnessV0
impl PartialEq for ModalCheckWitnessV0
Source§fn eq(&self, other: &ModalCheckWitnessV0) -> bool
fn eq(&self, other: &ModalCheckWitnessV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModalCheckWitnessV0
impl Serialize for ModalCheckWitnessV0
impl StructuralPartialEq for ModalCheckWitnessV0
Auto Trait Implementations§
impl Freeze for ModalCheckWitnessV0
impl RefUnwindSafe for ModalCheckWitnessV0
impl Send for ModalCheckWitnessV0
impl Sync for ModalCheckWitnessV0
impl Unpin for ModalCheckWitnessV0
impl UnsafeUnpin for ModalCheckWitnessV0
impl UnwindSafe for ModalCheckWitnessV0
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