Enum jj_lib::fsmonitor::FsmonitorKind
source · pub enum FsmonitorKind {
Watchman,
Test {
changed_files: Vec<PathBuf>,
},
}
Expand description
The recognized kinds of filesystem monitors.
Variants§
Watchman
The Watchman filesystem monitor (https://facebook.github.io/watchman/).
Test
Fields
Only used in tests.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FsmonitorKind
impl Send for FsmonitorKind
impl Sync for FsmonitorKind
impl Unpin for FsmonitorKind
impl UnwindSafe for FsmonitorKind
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