Struct endpoint_sec::EventProfileAdd
source · 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<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventProfileAdd<'a>
impl<'a> RefUnwindSafe for EventProfileAdd<'a>
impl<'a> !Sync 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