pub struct FileDiscovery<F> { /* private fields */ }Expand description
§File discovery
§Notes
- You can make this struct by
find_files(). - If sub directories are symlinks, they will be ignored.
Implementations§
Source§impl<'a> FileDiscovery<Filter<'a>>
impl<'a> FileDiscovery<Filter<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for FileDiscovery<F>where
F: Freeze,
impl<F> !RefUnwindSafe for FileDiscovery<F>
impl<F> Send for FileDiscovery<F>where
F: Send,
impl<F> Sync for FileDiscovery<F>where
F: Sync,
impl<F> Unpin for FileDiscovery<F>where
F: Unpin,
impl<F> !UnwindSafe for FileDiscovery<F>
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