pub struct FsEvent {
pub path: PathBuf,
pub flag: EventFlag,
pub id: FSEventStreamEventId,
}Fields§
§path: PathBufThe path of this event.
flag: EventFlagThe event type.
id: FSEventStreamEventIdThe event id.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsEvent
impl RefUnwindSafe for FsEvent
impl Send for FsEvent
impl Sync for FsEvent
impl Unpin for FsEvent
impl UnwindSafe for FsEvent
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