Struct oasis_core_runtime::common::sgx::VerifiedQuote
source · pub struct VerifiedQuote {
pub report_data: Vec<u8>,
pub identity: EnclaveIdentity,
pub timestamp: i64,
}
Expand description
A remote attestation quote that has undergone verification.
Fields§
§report_data: Vec<u8>
§identity: EnclaveIdentity
§timestamp: i64
Trait Implementations§
source§impl Clone for VerifiedQuote
impl Clone for VerifiedQuote
source§fn clone(&self) -> VerifiedQuote
fn clone(&self) -> VerifiedQuote
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VerifiedQuote
impl Debug for VerifiedQuote
source§impl Default for VerifiedQuote
impl Default for VerifiedQuote
source§fn default() -> VerifiedQuote
fn default() -> VerifiedQuote
Returns the “default value” for a type. Read more
source§impl From<VerifiedQuote> for VerifiedAttestation
impl From<VerifiedQuote> for VerifiedAttestation
source§fn from(quote: VerifiedQuote) -> Self
fn from(quote: VerifiedQuote) -> Self
Converts to this type from the input type.
source§impl From<VerifiedQuote> for VerifiedEndorsedCapabilityTEE
impl From<VerifiedQuote> for VerifiedEndorsedCapabilityTEE
source§fn from(verified_quote: VerifiedQuote) -> Self
fn from(verified_quote: VerifiedQuote) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VerifiedQuote
impl RefUnwindSafe for VerifiedQuote
impl Send for VerifiedQuote
impl Sync for VerifiedQuote
impl Unpin for VerifiedQuote
impl UnwindSafe for VerifiedQuote
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)