pub struct ArtifactCacheRecord { /* private fields */ }Expand description
Details shared by built and reused transactional artifact outcomes.
Implementations§
Source§impl ArtifactCacheRecord
impl ArtifactCacheRecord
Sourcepub const fn key(&self) -> InputDigest
pub const fn key(&self) -> InputDigest
Exact content key selecting the immutable cache entry.
Sourcepub const fn input_digest(&self) -> InputDigest
pub const fn input_digest(&self) -> InputDigest
Exact digest of declared input and tool paths.
Sourcepub fn artifacts(&self) -> &[ArtifactCacheArtifact]
pub fn artifacts(&self) -> &[ArtifactCacheArtifact]
Logical artifacts and their materialized caller destinations.
Sourcepub const fn timings(&self) -> ArtifactCacheTimings
pub const fn timings(&self) -> ArtifactCacheTimings
Phase timings for this acquisition.
Sourcepub const fn maintenance(&self) -> Option<&ArtifactCacheMaintenance>
pub const fn maintenance(&self) -> Option<&ArtifactCacheMaintenance>
Best-effort retention attempted during this acquisition, when configured.
Trait Implementations§
Source§impl Clone for ArtifactCacheRecord
impl Clone for ArtifactCacheRecord
Source§fn clone(&self) -> ArtifactCacheRecord
fn clone(&self) -> ArtifactCacheRecord
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 moreSource§impl Debug for ArtifactCacheRecord
impl Debug for ArtifactCacheRecord
impl Eq for ArtifactCacheRecord
Source§impl PartialEq for ArtifactCacheRecord
impl PartialEq for ArtifactCacheRecord
impl StructuralPartialEq for ArtifactCacheRecord
Auto Trait Implementations§
impl Freeze for ArtifactCacheRecord
impl RefUnwindSafe for ArtifactCacheRecord
impl Send for ArtifactCacheRecord
impl Sync for ArtifactCacheRecord
impl Unpin for ArtifactCacheRecord
impl UnsafeUnpin for ArtifactCacheRecord
impl UnwindSafe for ArtifactCacheRecord
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.