Struct redfish_codegen::models::thermal::v1_7_1::ThermalActions
source · pub struct ThermalActions {
pub oem: Option<ThermalOemActions>,
}
Expand description
The available actions for this resource.
Fields§
§oem: Option<ThermalOemActions>
Trait Implementations§
source§impl Clone for ThermalActions
impl Clone for ThermalActions
source§fn clone(&self) -> ThermalActions
fn clone(&self) -> ThermalActions
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 ThermalActions
impl Debug for ThermalActions
source§impl Default for ThermalActions
impl Default for ThermalActions
source§fn default() -> ThermalActions
fn default() -> ThermalActions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThermalActions
impl<'de> Deserialize<'de> for ThermalActions
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