Struct redfish_codegen::models::component_integrity::v1_2_0::TPMGetSignedMeasurementsResponse
source · pub struct TPMGetSignedMeasurementsResponse {
pub oem: Option<Oem>,
pub signed_measurements: String,
}
Expand description
The TPM signed measurement from a TPM.
Fields§
§oem: Option<Oem>
§signed_measurements: String
The Base64-encoded cryptographic signed statement generated by the signer.
Trait Implementations§
source§impl Clone for TPMGetSignedMeasurementsResponse
impl Clone for TPMGetSignedMeasurementsResponse
source§fn clone(&self) -> TPMGetSignedMeasurementsResponse
fn clone(&self) -> TPMGetSignedMeasurementsResponse
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 moresource§impl Default for TPMGetSignedMeasurementsResponse
impl Default for TPMGetSignedMeasurementsResponse
source§fn default() -> TPMGetSignedMeasurementsResponse
fn default() -> TPMGetSignedMeasurementsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TPMGetSignedMeasurementsResponse
impl<'de> Deserialize<'de> for TPMGetSignedMeasurementsResponse
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