Struct endpoint_sec::EventLink
source · pub struct EventLink<'a> { /* private fields */ }Available on macOS only.
Expand description
Link to a file event.
Implementations§
source§impl<'a> EventLink<'a>
impl<'a> EventLink<'a>
sourcepub fn target_dir(&self) -> File<'a>
pub fn target_dir(&self) -> File<'a>
The directory in which the link will be created.
sourcepub fn target_filename(&self) -> &'a OsStr
pub fn target_filename(&self) -> &'a OsStr
The name of the new object linked to the source file.
Trait Implementations§
source§impl<'a> PartialEq for EventLink<'a>
impl<'a> PartialEq for EventLink<'a>
impl<'a> Eq for EventLink<'a>
impl Send for EventLink<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventLink<'a>
impl<'a> !Sync for EventLink<'a>
impl<'a> Unpin for EventLink<'a>
impl<'a> UnwindSafe for EventLink<'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