pub struct QeIdIn {
pub api_version: PcsVersion,
pub tcb_evaluation_data_number: Option<u16>,
}Fields§
§api_version: PcsVersion§tcb_evaluation_data_number: Option<u16>Trait Implementations§
Source§impl WithApiVersion for QeIdIn
impl WithApiVersion for QeIdIn
fn api_version(&self) -> PcsVersion
Auto Trait Implementations§
impl Freeze for QeIdIn
impl RefUnwindSafe for QeIdIn
impl Send for QeIdIn
impl Sync for QeIdIn
impl Unpin for QeIdIn
impl UnwindSafe for QeIdIn
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