Struct sgx_pkix::attestation::AttestationEmbeddedFqpe [−][src]
pub struct AttestationEmbeddedFqpe<'a, 'b> {
pub app_cert: Cow<'a, [u8]>,
pub node_cert: Cow<'b, [u8]>,
}
Fields
app_cert: Cow<'a, [u8]>
node_cert: Cow<'b, [u8]>
Trait Implementations
Reads an ASN.1 value from BERReader
and converts it to Self
. Read more
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> RefUnwindSafe for AttestationEmbeddedFqpe<'a, 'b>
impl<'a, 'b> Send for AttestationEmbeddedFqpe<'a, 'b>
impl<'a, 'b> Sync for AttestationEmbeddedFqpe<'a, 'b>
impl<'a, 'b> Unpin for AttestationEmbeddedFqpe<'a, 'b>
impl<'a, 'b> UnwindSafe for AttestationEmbeddedFqpe<'a, 'b>
Blanket Implementations
Mutably borrows from an owned value. Read more