pub enum DiagnosticDataTypes {
Manager,
PreOs,
Os,
Oem,
Cper,
CperSection,
UnsupportedValue,
}Variants§
Manager
Manager diagnostic data.
PreOs
Pre-OS diagnostic data.
Os
Operating system (OS) diagnostic data.
Oem
OEM diagnostic data.
Cper
UEFI Common Platform Error Record.
This value shall indicate the data provided at the URI specified by the AdditionalDataURI
property is a complete UEFI Specification-defined Common Platform Error Record. The CPER data
shall contain a Record Header and at least one Section as defined by the UEFI Specification.
CperSection
A Section of a UEFI Common Platform Error Record.
This value shall indicate the data provided at the URI specified by the AdditionalDataURI
property is a single Section of a UEFI Specification-defined Common Platform Error Record. The
CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for DiagnosticDataTypes
impl Clone for DiagnosticDataTypes
Source§fn clone(&self) -> DiagnosticDataTypes
fn clone(&self) -> DiagnosticDataTypes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DiagnosticDataTypes
impl Debug for DiagnosticDataTypes
Source§impl<'de> Deserialize<'de> for DiagnosticDataTypes
impl<'de> Deserialize<'de> for DiagnosticDataTypes
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>,
Source§impl PartialEq for DiagnosticDataTypes
impl PartialEq for DiagnosticDataTypes
Source§impl Serialize for DiagnosticDataTypes
impl Serialize for DiagnosticDataTypes
Source§impl ToSnakeCase for DiagnosticDataTypes
impl ToSnakeCase for DiagnosticDataTypes
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string