pub struct ProcessingResult {
pub time: Duration,
pub chunk_count: u32,
pub hasher: Option<Sha1>,
pub input_file_size: u64,
pub output_file_size: u64,
}Fields§
§time: Duration§chunk_count: u32§hasher: Option<Sha1>§input_file_size: u64§output_file_size: u64Auto Trait Implementations§
impl Freeze for ProcessingResult
impl RefUnwindSafe for ProcessingResult
impl Send for ProcessingResult
impl Sync for ProcessingResult
impl Unpin for ProcessingResult
impl UnwindSafe for ProcessingResult
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