pub struct EventProfileAdd<'a> { /* private fields */ }
Available on crate feature
macos_14_0_0
and macOS only.Expand description
Notification for Profiles installed on the system.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventProfileAdd<'a>
impl<'a> Debug for EventProfileAdd<'a>
Source§impl<'a> Hash for EventProfileAdd<'a>
impl<'a> Hash for EventProfileAdd<'a>
Source§impl<'a> PartialEq for EventProfileAdd<'a>
impl<'a> PartialEq for EventProfileAdd<'a>
impl<'a> Eq for EventProfileAdd<'a>
impl Send for EventProfileAdd<'_>
impl Sync for EventProfileAdd<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventProfileAdd<'a>
impl<'a> RefUnwindSafe for EventProfileAdd<'a>
impl<'a> Unpin for EventProfileAdd<'a>
impl<'a> UnwindSafe for EventProfileAdd<'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