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