Enum below_model::network::SingleNetModelFieldId
source · [−]pub enum SingleNetModelFieldId {
Show 30 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
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
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
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