pub struct Quote<'a> { /* private fields */ }Implementations§
Source§impl<'a> Quote<'a>
impl<'a> Quote<'a>
pub fn header(&self) -> &QuoteHeader<'a>
pub fn report_body(&self) -> &[u8] ⓘ
pub fn signature<T: Quote3Signature<'a>>(&self) -> Result<T>
pub fn clone_owned(&self) -> Quote<'static>
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§
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