Enum redfish_codegen::models::port::v1_8_0::FlowControl
source · pub enum FlowControl {
None,
TX,
RX,
TXRX,
}
Variants§
None
No IEEE 802.3x flow control is enabled on this port.
TX
IEEE 802.3x flow control may be initiated by this station.
RX
IEEE 802.3x flow control may be initiated by the link partner.
TXRX
IEEE 802.3x flow control may be initiated by this station or the link partner.
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