Struct redfish_codegen::models::acceleration_function::v1_0_3::Links
source · pub struct Links {
pub endpoints: Option<Vec<IdRef>>,
pub endpoints_odata_count: Option<Count>,
pub oem: Option<Oem>,
pub pcie_functions: Option<Vec<IdRef>>,
pub pcie_functions_odata_count: Option<Count>,
}
Expand description
The links to other Resources that are related to this Resource.
Fields§
§endpoints: Option<Vec<IdRef>>
An array of links to the endpoints that connect to this acceleration function.
endpoints_odata_count: Option<Count>
§oem: Option<Oem>
§pcie_functions: Option<Vec<IdRef>>
An array of links to the PCIeFunctions associated with this acceleration function.
pcie_functions_odata_count: Option<Count>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Links
impl<'de> Deserialize<'de> for Links
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