pub struct PackIndexProgress {
pub completed_objects: u64,
pub total_objects: u64,
}Expand description
Completion counters emitted by the parallel pack indexer.
Fields§
§completed_objects: u64Objects fully inflated, resolved, and hashed so far.
total_objects: u64Total objects declared by the pack header.
Trait Implementations§
Source§impl Clone for PackIndexProgress
impl Clone for PackIndexProgress
impl Copy for PackIndexProgress
Source§impl Debug for PackIndexProgress
impl Debug for PackIndexProgress
Source§impl Default for PackIndexProgress
impl Default for PackIndexProgress
impl Eq for PackIndexProgress
Source§impl PartialEq for PackIndexProgress
impl PartialEq for PackIndexProgress
impl StructuralPartialEq for PackIndexProgress
Auto Trait Implementations§
impl Freeze for PackIndexProgress
impl RefUnwindSafe for PackIndexProgress
impl Send for PackIndexProgress
impl Sync for PackIndexProgress
impl Unpin for PackIndexProgress
impl UnsafeUnpin for PackIndexProgress
impl UnwindSafe for PackIndexProgress
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