pub struct Body;Trait Implementations§
Source§impl Encoder<Body> for AttestationReport
Implementation of encoding functionality for AttestationReport
impl Encoder<Body> for AttestationReport
Implementation of encoding functionality for AttestationReport
Source§impl Encoder<Body> for Certificate
impl Encoder<Body> for Certificate
Source§impl Encoder<Body> for Certificate
impl Encoder<Body> for Certificate
Auto Trait Implementations§
impl Freeze for Body
impl RefUnwindSafe for Body
impl Send for Body
impl Sync for Body
impl Unpin for Body
impl UnsafeUnpin for Body
impl UnwindSafe for Body
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