pub struct LADomainStateBiometry { /* private fields */ }Expand description
A snapshot of LAContext.domainState.biometry.
Implementations§
Source§impl LADomainStateBiometry
impl LADomainStateBiometry
pub const fn biometry_type(&self) -> BiometryType
pub fn state_hash(&self) -> Option<&[u8]>
Trait Implementations§
Source§impl Clone for LADomainStateBiometry
impl Clone for LADomainStateBiometry
Source§fn clone(&self) -> LADomainStateBiometry
fn clone(&self) -> LADomainStateBiometry
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 LADomainStateBiometry
impl Debug for LADomainStateBiometry
impl Eq for LADomainStateBiometry
Source§impl PartialEq for LADomainStateBiometry
impl PartialEq for LADomainStateBiometry
Source§fn eq(&self, other: &LADomainStateBiometry) -> bool
fn eq(&self, other: &LADomainStateBiometry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LADomainStateBiometry
Auto Trait Implementations§
impl Freeze for LADomainStateBiometry
impl RefUnwindSafe for LADomainStateBiometry
impl Send for LADomainStateBiometry
impl Sync for LADomainStateBiometry
impl Unpin for LADomainStateBiometry
impl UnsafeUnpin for LADomainStateBiometry
impl UnwindSafe for LADomainStateBiometry
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