pub enum QuoteHeader<'a> {
V3 {
attestation_key_type: Quote3AttestationKeyType,
qe3_svn: u16,
pce_svn: u16,
qe3_vendor_id: Cow<'a, [u8]>,
user_data: Cow<'a, [u8]>,
},
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.