pub struct ParallelMultiWalkEvent<'a> {
pub root_index: usize,
pub root: &'a Path,
pub event: WalkEvent<'a>,
}Expand description
A streaming event tagged with its root’s insertion index and path.
Fields§
§root_index: usize§root: &'a Path§event: WalkEvent<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ParallelMultiWalkEvent<'a>
impl<'a> !UnwindSafe for ParallelMultiWalkEvent<'a>
impl<'a> Freeze for ParallelMultiWalkEvent<'a>
impl<'a> Send for ParallelMultiWalkEvent<'a>
impl<'a> Sync for ParallelMultiWalkEvent<'a>
impl<'a> Unpin for ParallelMultiWalkEvent<'a>
impl<'a> UnsafeUnpin for ParallelMultiWalkEvent<'a>
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