pub struct GetAttestationReportResult {
pub report: Vec<u8>,
pub tcb_version: Option<u64>,
}
Expand description
The result of the get_attestation_report
.
Fields§
§report: Vec<u8>
The report in raw bytes
tcb_version: Option<u64>
The optional tcb version
Auto Trait Implementations§
impl Freeze for GetAttestationReportResult
impl RefUnwindSafe for GetAttestationReportResult
impl Send for GetAttestationReportResult
impl Sync for GetAttestationReportResult
impl Unpin for GetAttestationReportResult
impl UnwindSafe for GetAttestationReportResult
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