Enum redfish_codegen::models::redundancy::Redundancy
source · pub enum Redundancy {
IdRef(IdRef),
V1_0_10(Redundancy),
V1_1_8(Redundancy),
V1_2_6(Redundancy),
V1_3_6(Redundancy),
V1_4_1(Redundancy),
}
Expand description
The common redundancy definition and structure used in other Redfish schemas.
Variants§
IdRef(IdRef)
V1_0_10(Redundancy)
V1_1_8(Redundancy)
V1_2_6(Redundancy)
V1_3_6(Redundancy)
V1_4_1(Redundancy)
Trait Implementations§
source§impl Clone for Redundancy
impl Clone for Redundancy
source§fn clone(&self) -> Redundancy
fn clone(&self) -> Redundancy
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 Redundancy
impl Debug for Redundancy
source§impl Default for Redundancy
impl Default for Redundancy
source§fn default() -> Redundancy
fn default() -> Redundancy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Redundancy
impl<'de> Deserialize<'de> for Redundancy
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