Struct redfish_codegen::models::processor_metrics::v1_6_0::LifeTime
source · pub struct LifeTime {
pub correctable_ecc_error_count: Option<i64>,
pub uncorrectable_ecc_error_count: Option<i64>,
}
Expand description
The cache memory metrics for the lifetime for a processor.
Fields§
§correctable_ecc_error_count: Option<i64>
The number of the correctable errors for the lifetime of the cache memory.
uncorrectable_ecc_error_count: Option<i64>
The number of the uncorrectable errors for the lifetime of the cache memory.
Trait Implementations§
source§impl<'de> Deserialize<'de> for LifeTime
impl<'de> Deserialize<'de> for LifeTime
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