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

pub struct ASResponse {
    pub id: i64,
    pub jsonrpc: String,
    pub result: ASResult,
}

The main object returned from the Attestation Service.

Fields

Methods

impl ASResponse
[src]

Get a Quote struct from the returned report.

Trait Implementations

impl Debug for ASResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ASResponse

impl Sync for ASResponse