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
sourceimpl Clone for SingleNetModelFieldId
impl Clone for SingleNetModelFieldId
sourcefn clone(&self) -> SingleNetModelFieldId
fn clone(&self) -> SingleNetModelFieldId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SingleNetModelFieldId
impl Debug for SingleNetModelFieldId
sourceimpl EnumIter for SingleNetModelFieldId
impl EnumIter for SingleNetModelFieldId
sourcefn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
sourcefn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants as well as nested variants.
sourceimpl FieldId for SingleNetModelFieldId
impl FieldId for SingleNetModelFieldId
type Queriable = SingleNetModel
sourceimpl FromStr for SingleNetModelFieldId
impl FromStr for SingleNetModelFieldId
sourceimpl PartialEq<SingleNetModelFieldId> for SingleNetModelFieldId
impl PartialEq<SingleNetModelFieldId> for SingleNetModelFieldId
sourcefn eq(&self, other: &SingleNetModelFieldId) -> bool
fn eq(&self, other: &SingleNetModelFieldId) -> bool
sourceimpl ToString for SingleNetModelFieldId
impl ToString for SingleNetModelFieldId
impl StructuralPartialEq for SingleNetModelFieldId
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more