Struct redfish_codegen::models::computer_system::v1_20_0::HostedServices
source · pub struct HostedServices {
pub oem: Option<Oem>,
pub storage_services: Option<IdRef>,
}
Expand description
The services that might be running or installed on the system.
Fields§
§oem: Option<Oem>
§storage_services: Option<IdRef>
Trait Implementations§
source§impl Clone for HostedServices
impl Clone for HostedServices
source§fn clone(&self) -> HostedServices
fn clone(&self) -> HostedServices
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 HostedServices
impl Debug for HostedServices
source§impl Default for HostedServices
impl Default for HostedServices
source§fn default() -> HostedServices
fn default() -> HostedServices
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HostedServices
impl<'de> Deserialize<'de> for HostedServices
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