pub struct Quote<'a> { /* private fields */ }
Expand description
An enclave quote.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Quote<'a>
impl<'a> RefUnwindSafe for Quote<'a>
impl<'a> Send for Quote<'a>
impl<'a> Sync for Quote<'a>
impl<'a> Unpin for Quote<'a>
impl<'a> UnwindSafe for Quote<'a>
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