pub struct PreparedArtifact {
pub identity: ArtifactIdentity,
pub path: PathBuf,
pub sha256: String,
}Fields§
§identity: ArtifactIdentity§path: PathBuf§sha256: StringTrait Implementations§
Source§impl Clone for PreparedArtifact
impl Clone for PreparedArtifact
Source§fn clone(&self) -> PreparedArtifact
fn clone(&self) -> PreparedArtifact
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 PreparedArtifact
impl Debug for PreparedArtifact
impl Eq for PreparedArtifact
Source§impl PartialEq for PreparedArtifact
impl PartialEq for PreparedArtifact
impl StructuralPartialEq for PreparedArtifact
Auto Trait Implementations§
impl Freeze for PreparedArtifact
impl RefUnwindSafe for PreparedArtifact
impl Send for PreparedArtifact
impl Sync for PreparedArtifact
impl Unpin for PreparedArtifact
impl UnsafeUnpin for PreparedArtifact
impl UnwindSafe for PreparedArtifact
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