pub struct DeviceAuthnAndroidKeyDescription {
pub attestation_security_level: Option<i64>,
pub attestation_version: Option<i64>,
pub keymaster_security_level: Option<i64>,
pub keymaster_version: Option<i64>,
pub software_enforced: Option<Box<DeviceAuthnAndroidAuthorizationList>>,
pub tee_enforced: Option<Box<DeviceAuthnAndroidAuthorizationList>>,
}Expand description
DeviceAuthnAndroidKeyDescription : Schema: https://source.android.com/docs/security/features/keystore/attestation#schema
Fields§
§attestation_security_level: Option<i64>§attestation_version: Option<i64>§keymaster_security_level: Option<i64>§keymaster_version: Option<i64>§software_enforced: Option<Box<DeviceAuthnAndroidAuthorizationList>>§tee_enforced: Option<Box<DeviceAuthnAndroidAuthorizationList>>Implementations§
Source§impl DeviceAuthnAndroidKeyDescription
impl DeviceAuthnAndroidKeyDescription
Sourcepub fn new() -> DeviceAuthnAndroidKeyDescription
pub fn new() -> DeviceAuthnAndroidKeyDescription
Schema: https://source.android.com/docs/security/features/keystore/attestation#schema
Trait Implementations§
Source§impl Clone for DeviceAuthnAndroidKeyDescription
impl Clone for DeviceAuthnAndroidKeyDescription
Source§fn clone(&self) -> DeviceAuthnAndroidKeyDescription
fn clone(&self) -> DeviceAuthnAndroidKeyDescription
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 Default for DeviceAuthnAndroidKeyDescription
impl Default for DeviceAuthnAndroidKeyDescription
Source§fn default() -> DeviceAuthnAndroidKeyDescription
fn default() -> DeviceAuthnAndroidKeyDescription
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceAuthnAndroidKeyDescription
impl<'de> Deserialize<'de> for DeviceAuthnAndroidKeyDescription
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
Source§impl PartialEq for DeviceAuthnAndroidKeyDescription
impl PartialEq for DeviceAuthnAndroidKeyDescription
Source§fn eq(&self, other: &DeviceAuthnAndroidKeyDescription) -> bool
fn eq(&self, other: &DeviceAuthnAndroidKeyDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceAuthnAndroidKeyDescription
Auto Trait Implementations§
impl Freeze for DeviceAuthnAndroidKeyDescription
impl RefUnwindSafe for DeviceAuthnAndroidKeyDescription
impl Send for DeviceAuthnAndroidKeyDescription
impl Sync for DeviceAuthnAndroidKeyDescription
impl Unpin for DeviceAuthnAndroidKeyDescription
impl UnsafeUnpin for DeviceAuthnAndroidKeyDescription
impl UnwindSafe for DeviceAuthnAndroidKeyDescription
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