pub struct WatchOptions {
pub file: PathBuf,
pub debounce_time: Duration,
}
Fields§
§file: PathBuf
§debounce_time: Duration
Trait Implementations§
Source§impl TryFrom<WatchOptions> for ProvolaWatcher
impl TryFrom<WatchOptions> for ProvolaWatcher
Auto Trait Implementations§
impl Freeze for WatchOptions
impl RefUnwindSafe for WatchOptions
impl Send for WatchOptions
impl Sync for WatchOptions
impl Unpin for WatchOptions
impl UnwindSafe for WatchOptions
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