pub struct WalkDir { /* private fields */ }Expand description
Builder for configuring a synchronous directory traversal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WalkDir
impl !RefUnwindSafe for WalkDir
impl Send for WalkDir
impl !Sync for WalkDir
impl Unpin for WalkDir
impl UnsafeUnpin for WalkDir
impl !UnwindSafe for WalkDir
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