Enum redfish_codegen::models::serial_interface::v1_1_8::FlowControl
source · pub enum FlowControl {
None,
Software,
Hardware,
}
Variants§
None
No flow control imposed.
Software
XON/XOFF in-band flow control imposed.
Hardware
Out-of-band flow control imposed.
Trait Implementations§
source§impl Clone for FlowControl
impl Clone for FlowControl
source§fn clone(&self) -> FlowControl
fn clone(&self) -> FlowControl
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 FlowControl
impl Debug for FlowControl
source§impl Default for FlowControl
impl Default for FlowControl
source§fn default() -> FlowControl
fn default() -> FlowControl
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FlowControl
impl<'de> Deserialize<'de> for FlowControl
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