pub struct NoopProgressHandler;Expand description
NoopProgressHandler is the builtin implementation of
WalkProgressHandler which aggregates results insofar
as the path given to path_matching exists at the moment the
calling thread calls it.
Trait Implementations§
Source§impl Clone for NoopProgressHandler
impl Clone for NoopProgressHandler
Source§fn clone(&self) -> NoopProgressHandler
fn clone(&self) -> NoopProgressHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for NoopProgressHandler
impl PartialEq for NoopProgressHandler
Source§impl WalkProgressHandler for NoopProgressHandler
impl WalkProgressHandler for NoopProgressHandler
impl Eq for NoopProgressHandler
Auto Trait Implementations§
impl Freeze for NoopProgressHandler
impl RefUnwindSafe for NoopProgressHandler
impl Send for NoopProgressHandler
impl Sync for NoopProgressHandler
impl Unpin for NoopProgressHandler
impl UnwindSafe for NoopProgressHandler
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