Struct redfish_codegen::models::odata_v4::ServiceDocument
source · pub struct ServiceDocument {
pub odata_context: Context,
pub value: Vec<Service>,
}
Expand description
The OData service document from a Redfish service.
Fields§
§odata_context: Context
§value: Vec<Service>
The list of services provided by the Redfish service.
Trait Implementations§
source§impl Clone for ServiceDocument
impl Clone for ServiceDocument
source§fn clone(&self) -> ServiceDocument
fn clone(&self) -> ServiceDocument
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 ServiceDocument
impl Debug for ServiceDocument
source§impl Default for ServiceDocument
impl Default for ServiceDocument
source§fn default() -> ServiceDocument
fn default() -> ServiceDocument
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceDocument
impl<'de> Deserialize<'de> for ServiceDocument
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