pub struct EventRename<'a> { /* private fields */ }
Available on macOS only.
Expand description
Rename a file system object event.
Implementations§
Source§impl<'a> EventRename<'a>
impl<'a> EventRename<'a>
Sourcepub fn destination(&self) -> Option<EventRenameDestinationFile<'a>>
pub fn destination(&self) -> Option<EventRenameDestinationFile<'a>>
Information about the destination of the renamed file.
Trait Implementations§
Source§impl<'a> Debug for EventRename<'a>
impl<'a> Debug for EventRename<'a>
Source§impl<'a> Hash for EventRename<'a>
impl<'a> Hash for EventRename<'a>
Source§impl<'a> PartialEq for EventRename<'a>
impl<'a> PartialEq for EventRename<'a>
impl<'a> Eq for EventRename<'a>
impl Send for EventRename<'_>
impl Sync for EventRename<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventRename<'a>
impl<'a> RefUnwindSafe for EventRename<'a>
impl<'a> Unpin for EventRename<'a>
impl<'a> UnwindSafe for EventRename<'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