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