Struct endpoint_sec::EventSetAttrlist
source · pub struct EventSetAttrlist<'a> { /* private fields */ }Available on macOS only.
Expand description
Set file system attributes event.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventSetAttrlist<'a>
impl<'a> Debug for EventSetAttrlist<'a>
source§impl<'a> Hash for EventSetAttrlist<'a>
impl<'a> Hash for EventSetAttrlist<'a>
source§impl<'a> PartialEq<EventSetAttrlist<'a>> for EventSetAttrlist<'a>
impl<'a> PartialEq<EventSetAttrlist<'a>> for EventSetAttrlist<'a>
impl<'a> Eq for EventSetAttrlist<'a>
impl Send for EventSetAttrlist<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventSetAttrlist<'a>
impl<'a> !Sync for EventSetAttrlist<'a>
impl<'a> Unpin for EventSetAttrlist<'a>
impl<'a> UnwindSafe for EventSetAttrlist<'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