Enum redfish_codegen::models::io_statistics::IOStatistics
source · pub enum IOStatistics {
V1_0_4(IOStatistics),
}
Expand description
The properties of this type represent IO statistics.
Variants§
V1_0_4(IOStatistics)
Trait Implementations§
source§impl Clone for IOStatistics
impl Clone for IOStatistics
source§fn clone(&self) -> IOStatistics
fn clone(&self) -> IOStatistics
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 IOStatistics
impl Debug for IOStatistics
source§impl Default for IOStatistics
impl Default for IOStatistics
source§fn default() -> IOStatistics
fn default() -> IOStatistics
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IOStatistics
impl<'de> Deserialize<'de> for IOStatistics
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