Struct endpoint_sec::EventReadLink
source · 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<EventReadLink<'a>> for EventReadLink<'a>
impl<'a> PartialEq<EventReadLink<'a>> for EventReadLink<'a>
impl<'a> Eq for EventReadLink<'a>
impl Send for EventReadLink<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventReadLink<'a>
impl<'a> !Sync 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