Struct redfish_codegen::models::security_policy::v1_0_0::SPDMAlgorithmSet
source · pub struct SPDMAlgorithmSet {
pub aead: Option<Vec<String>>,
pub base_asym: Option<Vec<String>>,
pub base_hash: Option<Vec<String>>,
}
Expand description
The SPDM algorithm settings.
Fields§
§aead: Option<Vec<String>>
The AEAD algorithms.
base_asym: Option<Vec<String>>
The asymmetric signature algorithms.
base_hash: Option<Vec<String>>
The hash algorithms.
Trait Implementations§
source§impl Clone for SPDMAlgorithmSet
impl Clone for SPDMAlgorithmSet
source§fn clone(&self) -> SPDMAlgorithmSet
fn clone(&self) -> SPDMAlgorithmSet
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 SPDMAlgorithmSet
impl Debug for SPDMAlgorithmSet
source§impl Default for SPDMAlgorithmSet
impl Default for SPDMAlgorithmSet
source§fn default() -> SPDMAlgorithmSet
fn default() -> SPDMAlgorithmSet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SPDMAlgorithmSet
impl<'de> Deserialize<'de> for SPDMAlgorithmSet
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