pub enum WriteCacheStateType {
Unprotected,
Protected,
Degraded,
UnsupportedValue,
}Variants§
Unprotected
Indicates that the cache state type in use generally does not protect write requests on non-volatile media.
Indicates that the cache state type in use generally does not protect write requests on non-volatile media.
Protected
Indicates that the cache state type in use generally protects write requests on non-volatile media.
Indicates that the cache state type in use generally protects write requests on non-volatile media.
Degraded
Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery.
Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for WriteCacheStateType
impl Clone for WriteCacheStateType
Source§fn clone(&self) -> WriteCacheStateType
fn clone(&self) -> WriteCacheStateType
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for WriteCacheStateType
Source§impl Debug for WriteCacheStateType
impl Debug for WriteCacheStateType
Source§impl<'de> Deserialize<'de> for WriteCacheStateType
impl<'de> Deserialize<'de> for WriteCacheStateType
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>,
impl Eq for WriteCacheStateType
Source§impl PartialEq for WriteCacheStateType
impl PartialEq for WriteCacheStateType
Source§impl Serialize for WriteCacheStateType
impl Serialize for WriteCacheStateType
impl StructuralPartialEq for WriteCacheStateType
Source§impl ToSnakeCase for WriteCacheStateType
impl ToSnakeCase for WriteCacheStateType
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string