pub struct GeneratedCompanionBundles {
pub schema_bundle: GeneratedSchemaBundleV1,
pub interpreter_bundle: GeneratedInterpreterBundleV1,
pub conformance_corpus: GeneratedConformanceCorpusV1,
pub migration_plan: GeneratedMigrationPlanV1,
pub proof_evaluation_receipt: ProofEvaluationReceiptV1,
pub self_hosting_build_receipt: SelfHostingBuildReceiptV1,
}Fields§
§schema_bundle: GeneratedSchemaBundleV1§interpreter_bundle: GeneratedInterpreterBundleV1§conformance_corpus: GeneratedConformanceCorpusV1§migration_plan: GeneratedMigrationPlanV1§proof_evaluation_receipt: ProofEvaluationReceiptV1§self_hosting_build_receipt: SelfHostingBuildReceiptV1Trait Implementations§
Source§impl Clone for GeneratedCompanionBundles
impl Clone for GeneratedCompanionBundles
Source§fn clone(&self) -> GeneratedCompanionBundles
fn clone(&self) -> GeneratedCompanionBundles
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 GeneratedCompanionBundles
impl Debug for GeneratedCompanionBundles
impl Eq for GeneratedCompanionBundles
Source§impl PartialEq for GeneratedCompanionBundles
impl PartialEq for GeneratedCompanionBundles
Source§fn eq(&self, other: &GeneratedCompanionBundles) -> bool
fn eq(&self, other: &GeneratedCompanionBundles) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeneratedCompanionBundles
Auto Trait Implementations§
impl Freeze for GeneratedCompanionBundles
impl RefUnwindSafe for GeneratedCompanionBundles
impl Send for GeneratedCompanionBundles
impl Sync for GeneratedCompanionBundles
impl Unpin for GeneratedCompanionBundles
impl UnsafeUnpin for GeneratedCompanionBundles
impl UnwindSafe for GeneratedCompanionBundles
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