pub struct DeviceAuthnAndroidRootOfTrust {
pub device_locked: Option<bool>,
pub verified_boot_hash: Option<Vec<i32>>,
pub verified_boot_key: Option<Vec<i32>>,
pub verified_boot_state: Option<i64>,
}Fields§
§device_locked: Option<bool>§verified_boot_hash: Option<Vec<i32>>§verified_boot_key: Option<Vec<i32>>§verified_boot_state: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for DeviceAuthnAndroidRootOfTrust
impl Clone for DeviceAuthnAndroidRootOfTrust
Source§fn clone(&self) -> DeviceAuthnAndroidRootOfTrust
fn clone(&self) -> DeviceAuthnAndroidRootOfTrust
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 DeviceAuthnAndroidRootOfTrust
impl Default for DeviceAuthnAndroidRootOfTrust
Source§fn default() -> DeviceAuthnAndroidRootOfTrust
fn default() -> DeviceAuthnAndroidRootOfTrust
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceAuthnAndroidRootOfTrust
impl<'de> Deserialize<'de> for DeviceAuthnAndroidRootOfTrust
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 DeviceAuthnAndroidRootOfTrust
impl PartialEq for DeviceAuthnAndroidRootOfTrust
Source§fn eq(&self, other: &DeviceAuthnAndroidRootOfTrust) -> bool
fn eq(&self, other: &DeviceAuthnAndroidRootOfTrust) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceAuthnAndroidRootOfTrust
Auto Trait Implementations§
impl Freeze for DeviceAuthnAndroidRootOfTrust
impl RefUnwindSafe for DeviceAuthnAndroidRootOfTrust
impl Send for DeviceAuthnAndroidRootOfTrust
impl Sync for DeviceAuthnAndroidRootOfTrust
impl Unpin for DeviceAuthnAndroidRootOfTrust
impl UnsafeUnpin for DeviceAuthnAndroidRootOfTrust
impl UnwindSafe for DeviceAuthnAndroidRootOfTrust
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