pub struct EventGetAttrlist<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Retrieve file system attributes event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventGetAttrlist<'a>
impl<'a> Debug for EventGetAttrlist<'a>
Source§impl<'a> Hash for EventGetAttrlist<'a>
impl<'a> Hash for EventGetAttrlist<'a>
Source§impl<'a> PartialEq for EventGetAttrlist<'a>
impl<'a> PartialEq for EventGetAttrlist<'a>
impl<'a> Eq for EventGetAttrlist<'a>
impl Send for EventGetAttrlist<'_>
impl Sync for EventGetAttrlist<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventGetAttrlist<'a>
impl<'a> RefUnwindSafe for EventGetAttrlist<'a>
impl<'a> Unpin for EventGetAttrlist<'a>
impl<'a> UnwindSafe for EventGetAttrlist<'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