pub struct ValidationReport {
pub files_validated: usize,
pub total_bytes: u64,
pub hardlinks_tracked: usize,
}Expand description
Summary report of validation process.
Fields§
§files_validated: usizeNumber of files validated
total_bytes: u64Total bytes processed
hardlinks_tracked: usizeNumber of hardlinks tracked
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationReport
impl RefUnwindSafe for ValidationReport
impl Send for ValidationReport
impl Sync for ValidationReport
impl Unpin for ValidationReport
impl UnwindSafe for ValidationReport
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