Enum below_model::network::SingleNetModelFieldId [−][src]
pub enum SingleNetModelFieldId {}Show variants
Interface, RxBytesPerSec, TxBytesPerSec, ThroughputPerSec, RxPacketsPerSec, TxPacketsPerSec, Collisions, Multicast, RxBytes, RxCompressed, RxCrcErrors, RxDropped, RxErrors, RxFifoErrors, RxFrameErrors, RxLengthErrors, RxMissedErrors, RxNohandler, RxOverErrors, RxPackets, TxAbortedErrors, TxBytes, TxCarrierErrors, TxCompressed, TxDropped, TxErrors, TxFifoErrors, TxHeartbeatErrors, TxPackets, TxWindowErrors,
Variants
Implementations
Trait Implementations
type Queriable = SingleNetModel
Auto Trait Implementations
impl RefUnwindSafe for SingleNetModelFieldId
impl Send for SingleNetModelFieldId
impl Sync for SingleNetModelFieldId
impl Unpin for SingleNetModelFieldId
impl UnwindSafe for SingleNetModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more