pub struct SEvent {
pub spath: SPath,
pub skind: SEventKind,
}
Expand description
A greatly simplified file event struct, containing only one path and one simplified event kind. Additionally, these will be debounced on top of the debouncer to ensure only one path/kind per debounced event list.
Fields§
§spath: SPath
§skind: SEventKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SEvent
impl RefUnwindSafe for SEvent
impl Send for SEvent
impl Sync for SEvent
impl Unpin for SEvent
impl UnwindSafe for SEvent
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