Struct endpoint_sec::EventDeleteExtAttr
source · pub struct EventDeleteExtAttr<'a> { /* private fields */ }Available on crate feature
macos_10_15_1 and macOS only.Expand description
Delete an extended attribute event.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventDeleteExtAttr<'a>
impl<'a> Debug for EventDeleteExtAttr<'a>
source§impl<'a> Hash for EventDeleteExtAttr<'a>
impl<'a> Hash for EventDeleteExtAttr<'a>
source§impl<'a> PartialEq for EventDeleteExtAttr<'a>
impl<'a> PartialEq for EventDeleteExtAttr<'a>
impl<'a> Eq for EventDeleteExtAttr<'a>
impl Send for EventDeleteExtAttr<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventDeleteExtAttr<'a>
impl<'a> RefUnwindSafe for EventDeleteExtAttr<'a>
impl<'a> !Sync for EventDeleteExtAttr<'a>
impl<'a> Unpin for EventDeleteExtAttr<'a>
impl<'a> UnwindSafe for EventDeleteExtAttr<'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