pub struct OmenaTestkitBoundarySummaryV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub owner: &'static str,
pub fixture_grammar: &'static str,
pub all_fixture_seeds_parse: bool,
pub closed_gates: Vec<&'static str>,
pub fixture_seed_report: OmenaTestkitFixtureSeedCorpusReportV0,
pub scenario_macro_report: OmenaTestkitScenarioMacroReportV0,
pub snapshot_governance_report: OmenaTestkitSnapshotGovernanceReportV0,
}Expand description
Boundary summary for the shared Rust testkit substrate.
Fields§
§schema_version: &'static strSchema version.
product: &'static strProduct surface name.
owner: &'static strOwning omena-css layer.
fixture_grammar: &'static strFixture grammar owned by this crate.
all_fixture_seeds_parse: boolWhether every boundary seed parses with the shared grammar.
closed_gates: Vec<&'static str>Named evidence gates closed by this crate.
fixture_seed_report: OmenaTestkitFixtureSeedCorpusReportV0Boundary seed corpus report.
scenario_macro_report: OmenaTestkitScenarioMacroReportV0Boundary and transform-execution scenario macro substrate report.
snapshot_governance_report: OmenaTestkitSnapshotGovernanceReportV0Snapshot governance seed-policy report.
Trait Implementations§
Source§impl Clone for OmenaTestkitBoundarySummaryV0
impl Clone for OmenaTestkitBoundarySummaryV0
Source§fn clone(&self) -> OmenaTestkitBoundarySummaryV0
fn clone(&self) -> OmenaTestkitBoundarySummaryV0
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 moreimpl Eq for OmenaTestkitBoundarySummaryV0
impl StructuralPartialEq for OmenaTestkitBoundarySummaryV0
Auto Trait Implementations§
impl Freeze for OmenaTestkitBoundarySummaryV0
impl RefUnwindSafe for OmenaTestkitBoundarySummaryV0
impl Send for OmenaTestkitBoundarySummaryV0
impl Sync for OmenaTestkitBoundarySummaryV0
impl Unpin for OmenaTestkitBoundarySummaryV0
impl UnsafeUnpin for OmenaTestkitBoundarySummaryV0
impl UnwindSafe for OmenaTestkitBoundarySummaryV0
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