Struct redfish_codegen::models::storage::v1_14_0::SetEncryptionKey
source · pub struct SetEncryptionKey {
pub target: Option<String>,
pub title: Option<String>,
}
Expand description
This action sets the local encryption key for the storage subsystem.
Fields§
§target: Option<String>
Link to invoke action
title: Option<String>
Friendly action name
Trait Implementations§
source§impl Clone for SetEncryptionKey
impl Clone for SetEncryptionKey
source§fn clone(&self) -> SetEncryptionKey
fn clone(&self) -> SetEncryptionKey
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 SetEncryptionKey
impl Debug for SetEncryptionKey
source§impl Default for SetEncryptionKey
impl Default for SetEncryptionKey
source§fn default() -> SetEncryptionKey
fn default() -> SetEncryptionKey
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetEncryptionKey
impl<'de> Deserialize<'de> for SetEncryptionKey
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