Expand description
File system change event types.
The event for each change is available in FsChange::event.
This module re-exports types from the notify crate.
Structs§
Enums§
- Access
Kind - An event describing non-mutating access operations on files.
- Access
Mode - An event describing open or close operations on files.
- Create
Kind - An event describing creation operations on files.
- Data
Change - An event emitted when the data content of a file is changed.
- Error
Kind - Error kinds
- Event
Kind - Top-level event kind.
- Metadata
Kind - An event emitted when the metadata of a file or folder is changed.
- Modify
Kind - An event describing mutation of content, name, or metadata.
- Remove
Kind - An event describing removal operations on files.
- Rename
Mode - An event emitted when the name of a file or folder is changed.