Enum redfish_codegen::models::memory::v1_17_0::MemoryClassification
source · pub enum MemoryClassification {
Volatile,
ByteAccessiblePersistent,
Block,
}
Variants§
Volatile
Volatile memory.
ByteAccessiblePersistent
Byte-accessible persistent memory.
Block
Block-accessible memory.
Trait Implementations§
source§impl Clone for MemoryClassification
impl Clone for MemoryClassification
source§fn clone(&self) -> MemoryClassification
fn clone(&self) -> MemoryClassification
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 MemoryClassification
impl Debug for MemoryClassification
source§impl Default for MemoryClassification
impl Default for MemoryClassification
source§fn default() -> MemoryClassification
fn default() -> MemoryClassification
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MemoryClassification
impl<'de> Deserialize<'de> for MemoryClassification
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