pub struct ParallelWalkReport {
pub entries: Vec<WalkEntry>,
pub errors: Vec<WalkError>,
}Expand description
Collected output from a parallel filesystem walk.
Fields§
§entries: Vec<WalkEntry>§errors: Vec<WalkError>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ParallelWalkReport
impl !UnwindSafe for ParallelWalkReport
impl Freeze for ParallelWalkReport
impl Send for ParallelWalkReport
impl Sync for ParallelWalkReport
impl Unpin for ParallelWalkReport
impl UnsafeUnpin for ParallelWalkReport
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