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