Struct redfish_codegen::models::processor::v1_17_0::ProcessorInterface
source · pub struct ProcessorInterface {
pub ethernet: Option<EthernetInterface>,
pub interface_type: Option<SystemInterfaceType>,
pub pcie: Option<PCIeInterface>,
}
Expand description
This type describes an interface between the system, or external connection, and the processor.
Fields§
§ethernet: Option<EthernetInterface>
§interface_type: Option<SystemInterfaceType>
§pcie: Option<PCIeInterface>
Trait Implementations§
source§impl Clone for ProcessorInterface
impl Clone for ProcessorInterface
source§fn clone(&self) -> ProcessorInterface
fn clone(&self) -> ProcessorInterface
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 ProcessorInterface
impl Debug for ProcessorInterface
source§impl Default for ProcessorInterface
impl Default for ProcessorInterface
source§fn default() -> ProcessorInterface
fn default() -> ProcessorInterface
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProcessorInterface
impl<'de> Deserialize<'de> for ProcessorInterface
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