Struct redfish_codegen::models::serial_interface::v1_1_8::SerialInterface
source · pub struct SerialInterface {Show 18 fields
pub odata_context: Option<Context>,
pub odata_etag: Option<Etag>,
pub odata_id: Id,
pub odata_type: MustBeStr<((char<{ _ }>, S, e, r, i, a), (l, I, n, t, e, r), (f, a, c, e, char<{ _ }>, v), (char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>), (S, e, r, i, a, l), (I, n, t, e, r, (f, a, c, e)))>,
pub actions: Option<Actions>,
pub bit_rate: Option<BitRate>,
pub connector_type: Option<ConnectorType>,
pub data_bits: Option<DataBits>,
pub description: Option<Description>,
pub flow_control: Option<FlowControl>,
pub id: Id,
pub interface_enabled: Option<bool>,
pub name: Name,
pub oem: Option<Oem>,
pub parity: Option<Parity>,
pub pin_out: Option<PinOut>,
pub signal_type: Option<SignalType>,
pub stop_bits: Option<StopBits>,
}
Expand description
The SerialInterface schema describes an asynchronous serial interface, such as an RS-232 interface, available to a system or device.
Fields§
§odata_context: Option<Context>
§odata_etag: Option<Etag>
§odata_id: Id
§odata_type: MustBeStr<((char<{ _ }>, S, e, r, i, a), (l, I, n, t, e, r), (f, a, c, e, char<{ _ }>, v), (char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>, char<{ _ }>), (S, e, r, i, a, l), (I, n, t, e, r, (f, a, c, e)))>
§actions: Option<Actions>
§bit_rate: Option<BitRate>
§connector_type: Option<ConnectorType>
§data_bits: Option<DataBits>
§description: Option<Description>
§flow_control: Option<FlowControl>
§id: Id
§interface_enabled: Option<bool>
An indication of whether this interface is enabled.
name: Name
§oem: Option<Oem>
§parity: Option<Parity>
§pin_out: Option<PinOut>
§signal_type: Option<SignalType>
§stop_bits: Option<StopBits>
Trait Implementations§
source§impl Clone for SerialInterface
impl Clone for SerialInterface
source§fn clone(&self) -> SerialInterface
fn clone(&self) -> SerialInterface
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 SerialInterface
impl Debug for SerialInterface
source§impl Default for SerialInterface
impl Default for SerialInterface
source§fn default() -> SerialInterface
fn default() -> SerialInterface
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SerialInterface
impl<'de> Deserialize<'de> for SerialInterface
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