pub struct EventClone<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Clone a file event.
Implementations§
Source§impl<'a> EventClone<'a>
impl<'a> EventClone<'a>
Sourcepub fn target_dir(&self) -> File<'a>
pub fn target_dir(&self) -> File<'a>
The directory into which the source
file will be cloned.
Sourcepub fn target_name(&self) -> &'a OsStr
pub fn target_name(&self) -> &'a OsStr
The name of the new file to which source
will be cloned.
Trait Implementations§
Source§impl<'a> Debug for EventClone<'a>
impl<'a> Debug for EventClone<'a>
Source§impl<'a> Hash for EventClone<'a>
impl<'a> Hash for EventClone<'a>
Source§impl<'a> PartialEq for EventClone<'a>
impl<'a> PartialEq for EventClone<'a>
impl<'a> Eq for EventClone<'a>
impl Send for EventClone<'_>
impl Sync for EventClone<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventClone<'a>
impl<'a> RefUnwindSafe for EventClone<'a>
impl<'a> Unpin for EventClone<'a>
impl<'a> UnwindSafe for EventClone<'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