pub struct SgxInfo {
pub version: Option<String>,
}
Expand description
SGX Related details of a compute node.
Fields§
§version: Option<String>
Version of the Intel SGX Platform Software running on the compute node
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SgxInfo
impl<'de> Deserialize<'de> for SgxInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for SgxInfo
Auto Trait Implementations§
impl Freeze for SgxInfo
impl RefUnwindSafe for SgxInfo
impl Send for SgxInfo
impl Sync for SgxInfo
impl Unpin for SgxInfo
impl UnwindSafe for SgxInfo
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