pub struct WalkDir {
pub path: PathBuf,
pub opts: Options,
pub rdirs: Vec<ReadDir>,
pub repos: Vec<PathBuf>,
}
Fields§
§path: PathBuf
§opts: Options
§rdirs: Vec<ReadDir>
§repos: Vec<PathBuf>
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 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