pub struct EventOdDeleteGroup<'a> { /* private fields */ }
Available on crate feature
macos_14_0_0
and macOS only.Expand description
Notification that a group was deleted.
Implementations§
Source§impl<'a> EventOdDeleteGroup<'a>
impl<'a> EventOdDeleteGroup<'a>
Sourcepub fn instigator(&self) -> Process<'a>
pub fn instigator(&self) -> Process<'a>
Process that instigated operation (XPC caller).
Sourcepub fn error_code(&self) -> i32
pub fn error_code(&self) -> i32
Result code for the operation.
Sourcepub fn group_name(&self) -> &'a OsStr
pub fn group_name(&self) -> &'a OsStr
The name of the group that was deleted.
Trait Implementations§
Source§impl<'a> Debug for EventOdDeleteGroup<'a>
impl<'a> Debug for EventOdDeleteGroup<'a>
Source§impl<'a> Hash for EventOdDeleteGroup<'a>
impl<'a> Hash for EventOdDeleteGroup<'a>
Source§impl<'a> PartialEq for EventOdDeleteGroup<'a>
impl<'a> PartialEq for EventOdDeleteGroup<'a>
impl<'a> Eq for EventOdDeleteGroup<'a>
impl Send for EventOdDeleteGroup<'_>
impl Sync for EventOdDeleteGroup<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventOdDeleteGroup<'a>
impl<'a> RefUnwindSafe for EventOdDeleteGroup<'a>
impl<'a> Unpin for EventOdDeleteGroup<'a>
impl<'a> UnwindSafe for EventOdDeleteGroup<'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