pub struct SecureBootDatabase {
pub odata_context: Option<Context>,
pub odata_etag: Option<Etag>,
pub odata_id: Id,
pub odata_type: MustBeStr<((char<{ _ }>, S, e, c, u, r), (e, B, o, o, t, D), (a, t, a, b, a, s), (e, char<{ _ }>, v, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, char<{ _ }>, char<{ _ }>, S, e, c), (u, r, e, B, (o, o, t, D, a), (t, a, b, a, s, e)))>,
pub actions: Option<Actions>,
pub certificates: Option<IdRef>,
pub database_id: Option<String>,
pub description: Option<Description>,
pub id: Id,
pub name: Name,
pub oem: Option<Oem>,
pub signatures: Option<IdRef>,
}
Expand description
The SecureBootDatabase schema describes a UEFI Secure Boot database used to store certificates or hashes.
Fields§
§odata_context: Option<Context>
§odata_etag: Option<Etag>
§odata_id: Id
§odata_type: MustBeStr<((char<{ _ }>, S, e, c, u, r), (e, B, o, o, t, D), (a, t, a, b, a, s), (e, char<{ _ }>, v, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, char<{ _ }>, char<{ _ }>, S, e, c), (u, r, e, B, (o, o, t, D, a), (t, a, b, a, s, e)))>
§actions: Option<Actions>
§certificates: Option<IdRef>
§database_id: Option<String>
This property contains the name of the UEFI Secure Boot database.
description: Option<Description>
§id: Id
§name: Name
§oem: Option<Oem>
§signatures: Option<IdRef>
Trait Implementations§
source§impl Clone for SecureBootDatabase
impl Clone for SecureBootDatabase
source§fn clone(&self) -> SecureBootDatabase
fn clone(&self) -> SecureBootDatabase
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 SecureBootDatabase
impl Debug for SecureBootDatabase
source§impl Default for SecureBootDatabase
impl Default for SecureBootDatabase
source§fn default() -> SecureBootDatabase
fn default() -> SecureBootDatabase
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SecureBootDatabase
impl<'de> Deserialize<'de> for SecureBootDatabase
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