pub struct AdditionalVersions {
pub bootloader: Option<String>,
pub kernel: Option<String>,
pub microcode: Option<String>,
pub os_distribution: Option<String>,
pub oem: Option<Oem>,
}
Expand description
Additional versions.
Fields§
§bootloader: Option<String>
The bootloader version contained in this software, such as U-Boot or UEFI.
kernel: Option<String>
The kernel version contained in this software.
microcode: Option<String>
The microcode version contained in this software, such as processor microcode.
os_distribution: Option<String>
The operating system name of this software.
oem: Option<Oem>
Trait Implementations§
source§impl Clone for AdditionalVersions
impl Clone for AdditionalVersions
source§fn clone(&self) -> AdditionalVersions
fn clone(&self) -> AdditionalVersions
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 Debug for AdditionalVersions
impl Debug for AdditionalVersions
source§impl Default for AdditionalVersions
impl Default for AdditionalVersions
source§fn default() -> AdditionalVersions
fn default() -> AdditionalVersions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AdditionalVersions
impl<'de> Deserialize<'de> for AdditionalVersions
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