Enum redfish_codegen::models::serial_interface::v1_1_8::DataBits
source · pub enum DataBits {
_5,
_6,
_7,
_8,
}
Variants§
_5
Five bits of data following the start bit.
_6
Six bits of data following the start bit.
_7
Seven bits of data following the start bit.
_8
Eight bits of data following the start bit.
Trait Implementations§
source§impl<'de> Deserialize<'de> for DataBits
impl<'de> Deserialize<'de> for DataBits
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