pub struct PreparedArtifact { /* private fields */ }Expand description
Clones retain an opaque cache lease until the last runtime/consumer releases it.
Implementations§
Trait Implementations§
Source§impl Clone for PreparedArtifact
impl Clone for PreparedArtifact
Auto Trait Implementations§
impl !RefUnwindSafe for PreparedArtifact
impl !UnwindSafe for PreparedArtifact
impl Freeze for PreparedArtifact
impl Send for PreparedArtifact
impl Sync for PreparedArtifact
impl Unpin for PreparedArtifact
impl UnsafeUnpin for PreparedArtifact
Blanket Implementations§
impl<T> ArtifactLease for T
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