Enum redfish_codegen::models::network_port::v1_4_1::FlowControl
source · pub enum FlowControl {
None,
TX,
RX,
TXRX,
}
Variants§
None
No IEEE 802.3x flow control is enabled on this port.
TX
This station can initiate IEEE 802.3x flow control.
RX
The link partner can initiate IEEE 802.3x flow control.
TXRX
This station or the link partner can initiate IEEE 802.3x flow control.
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