pub struct BufferedEvent {
pub event: UdmEvent,
pub filepath: PathBuf,
}Expand description
A buffered event with its file path.
Fields§
§event: UdmEventThe event.
filepath: PathBufPath to the buffer file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferedEvent
impl RefUnwindSafe for BufferedEvent
impl Send for BufferedEvent
impl Sync for BufferedEvent
impl Unpin for BufferedEvent
impl UnwindSafe for BufferedEvent
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