pub enum JobType {
Collecting,
Hashing,
}Expand description
JobType gives information about the current work.
Variants§
Collecting
Progress tick related to the collecting paths stage.
Hashing
Progress tick related to reading files and hashing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobType
impl RefUnwindSafe for JobType
impl Send for JobType
impl Sync for JobType
impl Unpin for JobType
impl UnwindSafe for JobType
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