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<SgxInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SgxInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SgxInfo
impl Serialize for SgxInfo
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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