pub struct EventAuthenticationAutoUnlock<'a> { /* private fields */ }
Available on crate feature
macos_13_0_0
and macOS only.Expand description
Auto unlock authentication data
Implementations§
Source§impl<'a> EventAuthenticationAutoUnlock<'a>
impl<'a> EventAuthenticationAutoUnlock<'a>
Trait Implementations§
Source§impl<'a> Debug for EventAuthenticationAutoUnlock<'a>
impl<'a> Debug for EventAuthenticationAutoUnlock<'a>
Source§impl<'a> Hash for EventAuthenticationAutoUnlock<'a>
impl<'a> Hash for EventAuthenticationAutoUnlock<'a>
Source§impl<'a> PartialEq for EventAuthenticationAutoUnlock<'a>
impl<'a> PartialEq for EventAuthenticationAutoUnlock<'a>
impl<'a> Eq for EventAuthenticationAutoUnlock<'a>
impl Send for EventAuthenticationAutoUnlock<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventAuthenticationAutoUnlock<'a>
impl<'a> RefUnwindSafe for EventAuthenticationAutoUnlock<'a>
impl<'a> !Sync for EventAuthenticationAutoUnlock<'a>
impl<'a> Unpin for EventAuthenticationAutoUnlock<'a>
impl<'a> UnwindSafe for EventAuthenticationAutoUnlock<'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