pub struct ArtifactId(pub u64);Expand description
64-bit hash of the inputs that would produce a given asset artifact
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for ArtifactId
impl Clone for ArtifactId
Source§fn clone(&self) -> ArtifactId
fn clone(&self) -> ArtifactId
Returns a duplicate of the value. Read more
1.0.0 · 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 ArtifactId
impl Debug for ArtifactId
Source§impl Default for ArtifactId
impl Default for ArtifactId
Source§fn default() -> ArtifactId
fn default() -> ArtifactId
Returns the “default value” for a type. Read more
Source§impl Hash for ArtifactId
impl Hash for ArtifactId
impl Copy for ArtifactId
Auto Trait Implementations§
impl Freeze for ArtifactId
impl RefUnwindSafe for ArtifactId
impl Send for ArtifactId
impl Sync for ArtifactId
impl Unpin for ArtifactId
impl UnwindSafe for ArtifactId
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