pub struct LADomainState { /* private fields */ }Expand description
A snapshot of LAContext.domainState.
Implementations§
Source§impl LADomainState
impl LADomainState
pub fn state_hash(&self) -> Option<&[u8]>
pub const fn biometry(&self) -> &LADomainStateBiometry
pub const fn companion(&self) -> Option<&LADomainStateCompanion>
Trait Implementations§
Source§impl Clone for LADomainState
impl Clone for LADomainState
Source§fn clone(&self) -> LADomainState
fn clone(&self) -> LADomainState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LADomainState
impl Debug for LADomainState
impl Eq for LADomainState
Source§impl PartialEq for LADomainState
impl PartialEq for LADomainState
Source§fn eq(&self, other: &LADomainState) -> bool
fn eq(&self, other: &LADomainState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LADomainState
Auto Trait Implementations§
impl Freeze for LADomainState
impl RefUnwindSafe for LADomainState
impl Send for LADomainState
impl Sync for LADomainState
impl Unpin for LADomainState
impl UnsafeUnpin for LADomainState
impl UnwindSafe for LADomainState
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