pub struct NormalizedLegacyStackV2 {
pub legacy: LegacyDecomposition,
pub live_spec: LiveSpecArtifactV2,
pub stack_manifest: StackManifestArtifactV2,
}Fields§
§legacy: LegacyDecomposition§live_spec: LiveSpecArtifactV2§stack_manifest: StackManifestArtifactV2Trait Implementations§
Source§impl Clone for NormalizedLegacyStackV2
impl Clone for NormalizedLegacyStackV2
Source§fn clone(&self) -> NormalizedLegacyStackV2
fn clone(&self) -> NormalizedLegacyStackV2
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 NormalizedLegacyStackV2
impl RefUnwindSafe for NormalizedLegacyStackV2
impl Send for NormalizedLegacyStackV2
impl Sync for NormalizedLegacyStackV2
impl Unpin for NormalizedLegacyStackV2
impl UnsafeUnpin for NormalizedLegacyStackV2
impl UnwindSafe for NormalizedLegacyStackV2
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