pub struct CheckSecureElementSupportResponse {
pub secure_element_supported: bool,
pub tee_supported: bool,
pub can_enforce_biometric_only: bool,
}Expand description
Response for Secure Element support check
Fields§
§secure_element_supported: boolWhether Secure Element (StrongBox on Android, Secure Enclave on iOS) is supported
tee_supported: boolWhether Trusted Execution Environment (TEE) / hardware-backed keystore is supported
can_enforce_biometric_only: boolAndroid API < 30 doesn’t persist biometric-only authentication requirements
Trait Implementations§
Source§impl Clone for CheckSecureElementSupportResponse
impl Clone for CheckSecureElementSupportResponse
Source§fn clone(&self) -> CheckSecureElementSupportResponse
fn clone(&self) -> CheckSecureElementSupportResponse
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CheckSecureElementSupportResponse
impl Default for CheckSecureElementSupportResponse
Source§fn default() -> CheckSecureElementSupportResponse
fn default() -> CheckSecureElementSupportResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckSecureElementSupportResponse
impl<'de> Deserialize<'de> for CheckSecureElementSupportResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CheckSecureElementSupportResponse
impl RefUnwindSafe for CheckSecureElementSupportResponse
impl Send for CheckSecureElementSupportResponse
impl Sync for CheckSecureElementSupportResponse
impl Unpin for CheckSecureElementSupportResponse
impl UnwindSafe for CheckSecureElementSupportResponse
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)