pub struct Acl<'a>(/* private fields */);
Available on crate feature
macos_10_15_1
and macOS only.Expand description
ACL from Endpoint Security.
Trait Implementations§
impl<'a> Eq for Acl<'a>
Auto Trait Implementations§
impl<'a> Freeze for Acl<'a>
impl<'a> RefUnwindSafe for Acl<'a>
impl<'a> Send for Acl<'a>
impl<'a> Sync for Acl<'a>
impl<'a> Unpin for Acl<'a>
impl<'a> UnwindSafe for Acl<'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