Enum below_model::network::SingleNetModelFieldId [−][src]
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
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