pub struct IntegrityInfo {
pub model_merkle_root: String,
pub model_verified: bool,
pub sandbox_active: bool,
pub attestation_id: Option<String>,
pub device_pubkey: Option<String>,
}Fields§
§model_merkle_root: String§model_verified: bool§sandbox_active: bool§attestation_id: Option<String>§device_pubkey: Option<String>Trait Implementations§
Source§impl Clone for IntegrityInfo
impl Clone for IntegrityInfo
Source§fn clone(&self) -> IntegrityInfo
fn clone(&self) -> IntegrityInfo
Returns a duplicate of the value. Read more
1.0.0 · 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 IntegrityInfo
impl Debug for IntegrityInfo
Auto Trait Implementations§
impl Freeze for IntegrityInfo
impl RefUnwindSafe for IntegrityInfo
impl Send for IntegrityInfo
impl Sync for IntegrityInfo
impl Unpin for IntegrityInfo
impl UnsafeUnpin for IntegrityInfo
impl UnwindSafe for IntegrityInfo
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