Struct notify::windows::ReadDirectoryChangesWatcher[][src]

pub struct ReadDirectoryChangesWatcher { /* fields omitted */ }

Methods

impl ReadDirectoryChangesWatcher
[src]

Trait Implementations

impl Watcher for ReadDirectoryChangesWatcher
[src]

Create a new watcher in raw mode. Read more

Create a new debounced watcher with a delay. Read more

Begin watching a new path. Read more

Stop watching a path. Read more

impl Drop for ReadDirectoryChangesWatcher
[src]

Executes the destructor for this type. Read more

impl Send for ReadDirectoryChangesWatcher
[src]

impl Sync for ReadDirectoryChangesWatcher
[src]