Struct endpoint_sec::EventLoginLogout
source · pub struct EventLoginLogout<'a> { /* private fields */ }Available on crate feature
macos_13_0_0 and macOS only.Expand description
Authenticated logout event from /usr/bin/login.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventLoginLogout<'a>
impl<'a> Debug for EventLoginLogout<'a>
source§impl<'a> Hash for EventLoginLogout<'a>
impl<'a> Hash for EventLoginLogout<'a>
source§impl<'a> PartialEq for EventLoginLogout<'a>
impl<'a> PartialEq for EventLoginLogout<'a>
impl<'a> Eq for EventLoginLogout<'a>
impl Send for EventLoginLogout<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventLoginLogout<'a>
impl<'a> !Sync for EventLoginLogout<'a>
impl<'a> Unpin for EventLoginLogout<'a>
impl<'a> UnwindSafe for EventLoginLogout<'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