Struct redfish_codegen::models::manager_network_protocol::v1_9_1::EngineId
source · pub struct EngineId {
pub architecture_id: Option<String>,
pub enterprise_specific_method: Option<String>,
pub private_enterprise_id: Option<String>,
}
Expand description
The engine ID.
Fields§
§architecture_id: Option<String>
The architecture identifier.
enterprise_specific_method: Option<String>
The enterprise specific method.
private_enterprise_id: Option<String>
The private enterprise ID.
Trait Implementations§
source§impl<'de> Deserialize<'de> for EngineId
impl<'de> Deserialize<'de> for EngineId
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