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