pub enum GatekeeperFile<'a> {
Path(&'a OsStr),
File(File<'a>),
}Available on macOS and crate feature
macos_15_0_0 only.Expand description
The file being overridden by a user.
Variants§
Path(&'a OsStr)
Endpoint Security couldn’t lookup the file, and emitted a path.
File(File<'a>)
The full information of the file being overridden.
Trait Implementations§
Source§impl<'a> Debug for GatekeeperFile<'a>
impl<'a> Debug for GatekeeperFile<'a>
Source§impl<'a> Hash for GatekeeperFile<'a>
impl<'a> Hash for GatekeeperFile<'a>
Source§impl<'a> PartialEq for GatekeeperFile<'a>
impl<'a> PartialEq for GatekeeperFile<'a>
Source§fn eq(&self, other: &GatekeeperFile<'a>) -> bool
fn eq(&self, other: &GatekeeperFile<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for GatekeeperFile<'a>
Auto Trait Implementations§
impl<'a> !Sync for GatekeeperFile<'a>
impl<'a> Freeze for GatekeeperFile<'a>
impl<'a> RefUnwindSafe for GatekeeperFile<'a>
impl<'a> Send for GatekeeperFile<'a>
impl<'a> Unpin for GatekeeperFile<'a>
impl<'a> UnsafeUnpin for GatekeeperFile<'a>
impl<'a> UnwindSafe for GatekeeperFile<'a>
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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