Struct sgx_pkix::attestation::AttestationEmbeddedIasReport [−][src]
pub struct AttestationEmbeddedIasReport<'a, 'b, 'c> {
pub http_body: Cow<'a, [u8]>,
pub report_sig: Cow<'b, [u8]>,
pub certificates: Vec<DerSequence<'c>>,
}
Fields
http_body: Cow<'a, [u8]>
report_sig: Cow<'b, [u8]>
certificates: Vec<DerSequence<'c>>
Trait Implementations
Reads an ASN.1 value from BERReader
and converts it to Self
. Read more
impl<'a, 'b, 'c> PartialEq<AttestationEmbeddedIasReport<'a, 'b, 'c>> for AttestationEmbeddedIasReport<'a, 'b, 'c>
impl<'a, 'b, 'c> PartialEq<AttestationEmbeddedIasReport<'a, 'b, 'c>> for AttestationEmbeddedIasReport<'a, 'b, 'c>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a, 'b, 'c> RefUnwindSafe for AttestationEmbeddedIasReport<'a, 'b, 'c>
impl<'a, 'b, 'c> Send for AttestationEmbeddedIasReport<'a, 'b, 'c>
impl<'a, 'b, 'c> Sync for AttestationEmbeddedIasReport<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for AttestationEmbeddedIasReport<'a, 'b, 'c>
impl<'a, 'b, 'c> UnwindSafe for AttestationEmbeddedIasReport<'a, 'b, 'c>
Blanket Implementations
Mutably borrows from an owned value. Read more