pub struct HashedArtifact {
pub path: String,
pub sha256: String,
pub bytes: u64,
pub absolute: PathBuf,
}Fields§
§path: String§sha256: String§bytes: u64§absolute: PathBufTrait Implementations§
Source§impl Clone for HashedArtifact
impl Clone for HashedArtifact
Source§fn clone(&self) -> HashedArtifact
fn clone(&self) -> HashedArtifact
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§
impl Freeze for HashedArtifact
impl RefUnwindSafe for HashedArtifact
impl Send for HashedArtifact
impl Sync for HashedArtifact
impl Unpin for HashedArtifact
impl UnsafeUnpin for HashedArtifact
impl UnwindSafe for HashedArtifact
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