Struct redfish_codegen::models::storage::v1_5_6::CacheSummary
source · pub struct CacheSummary {
pub persistent_cache_size_mi_b: Option<i64>,
pub status: Option<Status>,
pub total_cache_size_mi_b: i64,
}
Expand description
This type describes the cache memory of the storage controller in general detail.
Fields§
§persistent_cache_size_mi_b: Option<i64>
The portion of the cache memory that is persistent, measured in MiB.
status: Option<Status>
§total_cache_size_mi_b: i64
The total configured cache memory, measured in MiB.
Trait Implementations§
source§impl Clone for CacheSummary
impl Clone for CacheSummary
source§fn clone(&self) -> CacheSummary
fn clone(&self) -> CacheSummary
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 CacheSummary
impl Debug for CacheSummary
source§impl Default for CacheSummary
impl Default for CacheSummary
source§fn default() -> CacheSummary
fn default() -> CacheSummary
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CacheSummary
impl<'de> Deserialize<'de> for CacheSummary
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