Struct enigma_tools_u::attestation_service::service::ASReport[][src]

pub struct ASReport {
    pub id: String,
    pub timestamp: String,
    pub isvEnclaveQuoteStatus: String,
    pub platformInfoBlob: String,
    pub isvEnclaveQuoteBody: String,
}

Specific Intel report returned from the IAS service.

Fields

Trait Implementations

impl Debug for ASReport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ASReport

impl Sync for ASReport