pub struct IgvmAttest {
pub response: Vec<u8>,
}
Expand description
Response for IGVM Attest from the host
Fields§
§response: Vec<u8>
Response data
Trait Implementations§
Source§impl Clone for IgvmAttest
impl Clone for IgvmAttest
Source§fn clone(&self) -> IgvmAttest
fn clone(&self) -> IgvmAttest
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 moreAuto Trait Implementations§
impl Freeze for IgvmAttest
impl RefUnwindSafe for IgvmAttest
impl Send for IgvmAttest
impl Sync for IgvmAttest
impl Unpin for IgvmAttest
impl UnwindSafe for IgvmAttest
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