pub enum ThermalDirection {
FrontToBack,
BackToFront,
TopExhaust,
Sealed,
UnsupportedValue,
}Variants§
FrontToBack
A chassis with the air intake in the front and exhaust out the back.
This value shall indicate a chassis with the air intake generally from the front of the chassis and the air exhaust out the back of the chassis.
BackToFront
A chassis with the air intake in the back and exhaust out the front.
This value shall indicate a chassis with the air intake generally from the back of the chassis and the air exhaust out the front of the chassis.
TopExhaust
A chassis with air exhaust on the top.
This value shall indicate a chassis with the air exhaust out the top of the chassis.
Sealed
A sealed chassis with no air pathway.
This value shall indicate a sealed chassis with no air pathway through the chassis.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for ThermalDirection
impl Clone for ThermalDirection
Source§fn clone(&self) -> ThermalDirection
fn clone(&self) -> ThermalDirection
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ThermalDirection
impl Debug for ThermalDirection
Source§impl<'de> Deserialize<'de> for ThermalDirection
impl<'de> Deserialize<'de> for ThermalDirection
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>,
Source§impl PartialEq for ThermalDirection
impl PartialEq for ThermalDirection
Source§fn eq(&self, other: &ThermalDirection) -> bool
fn eq(&self, other: &ThermalDirection) -> bool
self and other values to be equal, and is used by ==.Source§impl Serialize for ThermalDirection
impl Serialize for ThermalDirection
Source§impl ToSnakeCase for ThermalDirection
impl ToSnakeCase for ThermalDirection
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string