pub struct WatchData {
pub path: PathBuf,
pub masks: WatchMask,
pub command: Command,
pub attributes: WatchDataAttributes,
}Fields§
§path: PathBuf§masks: WatchMask§command: Command§attributes: WatchDataAttributesTrait Implementations§
impl Eq for WatchData
impl StructuralPartialEq for WatchData
Auto Trait Implementations§
impl Freeze for WatchData
impl RefUnwindSafe for WatchData
impl Send for WatchData
impl Sync for WatchData
impl Unpin for WatchData
impl UnwindSafe for WatchData
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