pub struct EventReadLink<'a> { /* private fields */ }
Available on macOS only.
Expand description
Resolve a symbolic link event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventReadLink<'a>
impl<'a> Debug for EventReadLink<'a>
Source§impl<'a> Hash for EventReadLink<'a>
impl<'a> Hash for EventReadLink<'a>
Source§impl<'a> PartialEq for EventReadLink<'a>
impl<'a> PartialEq for EventReadLink<'a>
impl<'a> Eq for EventReadLink<'a>
impl Send for EventReadLink<'_>
impl Sync for EventReadLink<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventReadLink<'a>
impl<'a> RefUnwindSafe for EventReadLink<'a>
impl<'a> Unpin for EventReadLink<'a>
impl<'a> UnwindSafe for EventReadLink<'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