Struct redfish_codegen::models::memory::v1_17_0::SecurityStateInfo
source · pub struct SecurityStateInfo {
pub master_passphrase_attempt_count_reached: Option<bool>,
pub user_passphrase_attempt_count_reached: Option<bool>,
}
Expand description
The security states of a memory device.
Fields§
§master_passphrase_attempt_count_reached: Option<bool>
An indication of whether an incorrect master passphrase attempt count has been reached.
user_passphrase_attempt_count_reached: Option<bool>
An indication of whether an incorrect user passphrase attempt count has been reached.
Trait Implementations§
source§impl Clone for SecurityStateInfo
impl Clone for SecurityStateInfo
source§fn clone(&self) -> SecurityStateInfo
fn clone(&self) -> SecurityStateInfo
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 SecurityStateInfo
impl Debug for SecurityStateInfo
source§impl Default for SecurityStateInfo
impl Default for SecurityStateInfo
source§fn default() -> SecurityStateInfo
fn default() -> SecurityStateInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SecurityStateInfo
impl<'de> Deserialize<'de> for SecurityStateInfo
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