pub struct LegacyDecomposition {
pub source: LegacySourceProvenance,
pub program_specs: Vec<ProgramSpecArtifact>,
pub live_spec: LiveSpecArtifact,
pub stack_manifest: StackManifestArtifact,
}Fields§
§source: LegacySourceProvenance§program_specs: Vec<ProgramSpecArtifact>§live_spec: LiveSpecArtifact§stack_manifest: StackManifestArtifactTrait Implementations§
Source§impl Clone for LegacyDecomposition
impl Clone for LegacyDecomposition
Source§fn clone(&self) -> LegacyDecomposition
fn clone(&self) -> LegacyDecomposition
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 moreAuto Trait Implementations§
impl Freeze for LegacyDecomposition
impl RefUnwindSafe for LegacyDecomposition
impl Send for LegacyDecomposition
impl Sync for LegacyDecomposition
impl Unpin for LegacyDecomposition
impl UnsafeUnpin for LegacyDecomposition
impl UnwindSafe for LegacyDecomposition
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