Skip to main content

ProjectionImportBatchV3

Struct ProjectionImportBatchV3 

Source
pub struct ProjectionImportBatchV3 {
Show 43 fields pub source_envelope_id: EnvelopeId, pub schema_version: String, pub export_schema_version: Option<String>, pub content_digest: ContentDigest, pub source_authority: String, pub scope_key: ScopeKey, pub trace_ctx: Option<TraceCtx>, pub source_exported_at: String, pub transformed_at: String, pub export_meta: Option<ForgeExportMeta>, pub evidence_bundle: Option<EvidenceBundle>, pub episode_bundle: Option<EpisodeBundleV1>, pub execution_context: Option<ExecutionContextV1>, pub support_sets: Vec<SupportSetV1>, pub contradiction_witnesses: Vec<ContradictionWitnessV1>, pub retraction_records: Vec<RetractionRecordV1>, pub claim_states_v13: Vec<ClaimStateV13>, pub intervention_bundles_v14: Vec<Value>, pub outcome_schemas_v14: Vec<Value>, pub cohort_contracts_v14: Vec<Value>, pub counterfactual_slices_v14: Vec<Value>, pub experiment_cases_v14: Vec<Value>, pub comparability_matrices_v14: Vec<Value>, pub decision_traces_v14: Vec<Value>, pub refuter_suites_v14: Vec<Value>, pub refuter_results_v14: Vec<Value>, pub experiment_budgets_v14: Vec<Value>, pub rollout_decisions_v14: Vec<Value>, pub rollback_decisions_v14: Vec<Value>, pub attestation_envelopes_v15: Vec<Value>, pub trust_root_sets_v15: Vec<Value>, pub artifact_admission_policies_v15: Vec<Value>, pub transparency_receipts_v15: Vec<Value>, pub attestation_revocations_v15: Vec<Value>, pub attestation_supersessions_v15: Vec<Value>, pub remote_oracle_leases_v15: Vec<Value>, pub remote_slice_requests_v15: Vec<Value>, pub remote_slice_results_v15: Vec<Value>, pub cross_runtime_replay_tickets_v15: Vec<Value>, pub dispute_bundles_v15: Vec<Value>, pub disclosure_policies_v15: Vec<Value>, pub disclosure_budgets_v15: Vec<Value>, pub records: Vec<ImportProjectionRecordV3>,
}
Expand description

Canonical kernel-oriented projection import batch produced by the bridge.

V3 extends V2 with rich record semantics, support algebra artifacts, contradiction witnesses, retraction lineage, and v14/v15 experimental and exchange surfaces preserved verbatim from the Forge export.

Fields§

§source_envelope_id: EnvelopeId

Source envelope ID (for provenance).

§schema_version: String

Import-side schema version this batch conforms to.

§export_schema_version: Option<String>

The original export-side schema version from the source envelope.

§content_digest: ContentDigest

Content digest carried through from the source envelope.

§source_authority: String

Source authority (e.g. “forge”).

§scope_key: ScopeKey

Target scope.

§trace_ctx: Option<TraceCtx>

Trace context carried through from the source.

§source_exported_at: String

When the source envelope was exported.

§transformed_at: String

When this batch was produced by the bridge.

§export_meta: Option<ForgeExportMeta>

Optional export metadata from the source envelope.

§evidence_bundle: Option<EvidenceBundle>

Optional canonical evidence bundle from the source envelope.

§episode_bundle: Option<EpisodeBundleV1>

Canonical v9 episode bundle proof surface.

§execution_context: Option<ExecutionContextV1>

Canonical v9 execution context artifact.

§support_sets: Vec<SupportSetV1>

Additive v13 support algebra artifacts preserved verbatim from Forge.

§contradiction_witnesses: Vec<ContradictionWitnessV1>

Additive v13 contradiction witnesses preserved verbatim from Forge.

§retraction_records: Vec<RetractionRecordV1>

Additive v13 retraction lineage artifacts preserved verbatim from Forge.

§claim_states_v13: Vec<ClaimStateV13>

Additive v13 claim-state artifacts preserved verbatim from Forge.

§intervention_bundles_v14: Vec<Value>

Additive v14 intervention and control artifacts preserved verbatim from Forge.

§outcome_schemas_v14: Vec<Value>

V14 outcome schema definitions preserved verbatim from Forge.

§cohort_contracts_v14: Vec<Value>

V14 cohort contract artifacts preserved verbatim from Forge.

§counterfactual_slices_v14: Vec<Value>

V14 counterfactual slice artifacts preserved verbatim from Forge.

§experiment_cases_v14: Vec<Value>

V14 experiment case artifacts preserved verbatim from Forge.

§comparability_matrices_v14: Vec<Value>

V14 comparability matrix artifacts preserved verbatim from Forge.

§decision_traces_v14: Vec<Value>

V14 decision trace artifacts preserved verbatim from Forge.

§refuter_suites_v14: Vec<Value>

V14 refuter suite definitions preserved verbatim from Forge.

§refuter_results_v14: Vec<Value>

V14 refuter result artifacts preserved verbatim from Forge.

§experiment_budgets_v14: Vec<Value>

V14 experiment budget artifacts preserved verbatim from Forge.

§rollout_decisions_v14: Vec<Value>

V14 rollout decision artifacts preserved verbatim from Forge.

§rollback_decisions_v14: Vec<Value>

V14 rollback decision artifacts preserved verbatim from Forge.

§attestation_envelopes_v15: Vec<Value>

Additive v15 exchange and remote-admission artifacts preserved verbatim.

§trust_root_sets_v15: Vec<Value>

V15 trust root set artifacts preserved verbatim.

§artifact_admission_policies_v15: Vec<Value>

V15 artifact admission policy artifacts preserved verbatim.

§transparency_receipts_v15: Vec<Value>

V15 transparency receipt artifacts preserved verbatim.

§attestation_revocations_v15: Vec<Value>

V15 attestation revocation artifacts preserved verbatim.

§attestation_supersessions_v15: Vec<Value>

V15 attestation supersession artifacts preserved verbatim.

§remote_oracle_leases_v15: Vec<Value>

V15 remote oracle lease artifacts preserved verbatim.

§remote_slice_requests_v15: Vec<Value>

V15 remote slice request artifacts preserved verbatim.

§remote_slice_results_v15: Vec<Value>

V15 remote slice result artifacts preserved verbatim.

§cross_runtime_replay_tickets_v15: Vec<Value>

V15 cross-runtime replay ticket artifacts preserved verbatim.

§dispute_bundles_v15: Vec<Value>

V15 dispute bundle artifacts preserved verbatim.

§disclosure_policies_v15: Vec<Value>

V15 disclosure policy artifacts preserved verbatim.

§disclosure_budgets_v15: Vec<Value>

V15 disclosure budget artifacts preserved verbatim.

§records: Vec<ImportProjectionRecordV3>

Rich import records preserving export-time semantics for kernel compilation.

Trait Implementations§

Source§

impl Clone for ProjectionImportBatchV3

Source§

fn clone(&self) -> ProjectionImportBatchV3

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ProjectionImportBatchV3

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for ProjectionImportBatchV3

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl JsonSchema for ProjectionImportBatchV3

Source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
Source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
Source§

fn json_schema(generator: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
Source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
Source§

impl Serialize for ProjectionImportBatchV3

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,