Enum redfish_codegen::models::drive::v1_16_0::EncryptionAbility
source · pub enum EncryptionAbility {
None,
SelfEncryptingDrive,
Other,
}
Variants§
None
The drive is not capable of self-encryption.
SelfEncryptingDrive
The drive is capable of self-encryption per the Trusted Computing Group’s Self Encrypting Drive Standard.
Other
The drive is capable of self-encryption through some other means.
Trait Implementations§
source§impl Clone for EncryptionAbility
impl Clone for EncryptionAbility
source§fn clone(&self) -> EncryptionAbility
fn clone(&self) -> EncryptionAbility
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 EncryptionAbility
impl Debug for EncryptionAbility
source§impl Default for EncryptionAbility
impl Default for EncryptionAbility
source§fn default() -> EncryptionAbility
fn default() -> EncryptionAbility
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EncryptionAbility
impl<'de> Deserialize<'de> for EncryptionAbility
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