pub struct SharedIncrementalTargetInspection { /* private fields */ }Expand description
Lock-coordinated disk-usage observation for a caller-owned shared Cargo target.
Implementations§
Sourcepub fn target_dir(&self) -> &Path
pub fn target_dir(&self) -> &Path
Canonical shared Cargo target directory that was inspected.
Sourcepub const fn logical_size_bytes(&self) -> u64
pub const fn logical_size_bytes(&self) -> u64
Logical bytes currently occupied by the complete shared target.
Sourcepub const fn last_used(&self) -> SystemTime
pub const fn last_used(&self) -> SystemTime
Most recent build use recorded by ic-testkit, or the directory mtime for older targets.
Trait Implementations§
Source§fn clone(&self) -> SharedIncrementalTargetInspection
fn clone(&self) -> SharedIncrementalTargetInspection
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§
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.