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