pub struct StagedArtifact { /* private fields */ }Expand description
A fully downloaded artifact whose digest matches its directive.
Implementations§
Source§impl StagedArtifact
impl StagedArtifact
Trait Implementations§
Source§impl Debug for StagedArtifact
impl Debug for StagedArtifact
Source§impl Drop for StagedArtifact
impl Drop for StagedArtifact
Auto Trait Implementations§
impl Freeze for StagedArtifact
impl RefUnwindSafe for StagedArtifact
impl Send for StagedArtifact
impl Sync for StagedArtifact
impl Unpin for StagedArtifact
impl UnsafeUnpin for StagedArtifact
impl UnwindSafe for StagedArtifact
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