pub struct NativeBuildArtifactCacheReceipt {
pub cache_entry: PathBuf,
pub artifact_path: PathBuf,
pub manifest_path: PathBuf,
pub artifact_sha256: String,
pub artifact_size_bytes: u64,
}Fields§
§cache_entry: PathBuf§artifact_path: PathBuf§manifest_path: PathBuf§artifact_sha256: String§artifact_size_bytes: u64Trait Implementations§
Source§impl Clone for NativeBuildArtifactCacheReceipt
impl Clone for NativeBuildArtifactCacheReceipt
Source§fn clone(&self) -> NativeBuildArtifactCacheReceipt
fn clone(&self) -> NativeBuildArtifactCacheReceipt
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 moreimpl Eq for NativeBuildArtifactCacheReceipt
impl StructuralPartialEq for NativeBuildArtifactCacheReceipt
Auto Trait Implementations§
impl Freeze for NativeBuildArtifactCacheReceipt
impl RefUnwindSafe for NativeBuildArtifactCacheReceipt
impl Send for NativeBuildArtifactCacheReceipt
impl Sync for NativeBuildArtifactCacheReceipt
impl Unpin for NativeBuildArtifactCacheReceipt
impl UnsafeUnpin for NativeBuildArtifactCacheReceipt
impl UnwindSafe for NativeBuildArtifactCacheReceipt
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