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