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

pub struct Quote {
    pub body: QBody,
    pub report_body: QReportBody,
}

The quote that is being send from the enclave to the AS.

Fields

Methods

impl Quote
[src]

Quote String into Struct Quote

Trait Implementations

impl Default for Quote
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Quote

impl Sync for Quote