pub struct WatcherStats {
pub files_watched: usize,
pub lines_processed: usize,
pub matches_found: usize,
pub notifications_sent: usize,
}Fields§
§files_watched: usize§lines_processed: usize§matches_found: usize§notifications_sent: usizeTrait Implementations§
Source§impl Debug for WatcherStats
impl Debug for WatcherStats
Source§impl Default for WatcherStats
impl Default for WatcherStats
Source§fn default() -> WatcherStats
fn default() -> WatcherStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WatcherStats
impl RefUnwindSafe for WatcherStats
impl Send for WatcherStats
impl Sync for WatcherStats
impl Unpin for WatcherStats
impl UnwindSafe for WatcherStats
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