pub struct Profile<'a> { /* private fields */ }
Available on crate feature
macos_14_0_0
and macOS only.Expand description
Structure describing a Profile event
Implementations§
Source§impl<'a> Profile<'a>
impl<'a> Profile<'a>
Sourcepub fn identifier(&self) -> &'a OsStr
pub fn identifier(&self) -> &'a OsStr
Profile identifier.
Sourcepub fn install_source(&self) -> es_profile_source_t
pub fn install_source(&self) -> es_profile_source_t
Source of Profile installation (MDM/Manual Install)
Sourcepub fn organization(&self) -> &'a OsStr
pub fn organization(&self) -> &'a OsStr
Profile organization name.
Sourcepub fn display_name(&self) -> &'a OsStr
pub fn display_name(&self) -> &'a OsStr
Profile display name.
Trait Implementations§
impl<'a> Eq for Profile<'a>
impl Send for Profile<'_>
Auto Trait Implementations§
impl<'a> Freeze for Profile<'a>
impl<'a> RefUnwindSafe for Profile<'a>
impl<'a> !Sync for Profile<'a>
impl<'a> Unpin for Profile<'a>
impl<'a> UnwindSafe for Profile<'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