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