pub struct EventAccess<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
View stat information of a file event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventAccess<'a>
impl<'a> Debug for EventAccess<'a>
Source§impl<'a> Hash for EventAccess<'a>
impl<'a> Hash for EventAccess<'a>
Source§impl<'a> PartialEq for EventAccess<'a>
impl<'a> PartialEq for EventAccess<'a>
impl<'a> Eq for EventAccess<'a>
impl Send for EventAccess<'_>
impl Sync for EventAccess<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventAccess<'a>
impl<'a> RefUnwindSafe for EventAccess<'a>
impl<'a> Unpin for EventAccess<'a>
impl<'a> UnwindSafe for EventAccess<'a>
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