pub struct FileSearcher { /* private fields */ }Expand description
File searcher that finds files by name pattern
Implementations§
Auto Trait Implementations§
impl Freeze for FileSearcher
impl RefUnwindSafe for FileSearcher
impl Send for FileSearcher
impl Sync for FileSearcher
impl Unpin for FileSearcher
impl UnwindSafe for FileSearcher
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