pub struct ChunkId(pub u64);Expand description
Stable identifier for a work chunk.
Used as a key into JobOutputStore for
idempotent output capture. Two executions of the same chunk must
produce the same ChunkId.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Ord for ChunkId
impl Ord for ChunkId
Source§impl PartialOrd for ChunkId
impl PartialOrd for ChunkId
impl Copy for ChunkId
impl Eq for ChunkId
impl StructuralPartialEq for ChunkId
Auto Trait Implementations§
impl Freeze for ChunkId
impl RefUnwindSafe for ChunkId
impl Send for ChunkId
impl Sync for ChunkId
impl Unpin for ChunkId
impl UnwindSafe for ChunkId
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