pub enum SingleTcModelFieldId {
Show 13 variants
Interface,
Kind,
Qlen,
Bps,
Pps,
BytesPerSec,
PacketsPerSec,
BacklogPerSec,
DropsPerSec,
RequeuesPerSec,
OverlimitsPerSec,
Qdisc(<QDiscModel as Queriable>::FieldId),
Xstats(<XStatsModel as Queriable>::FieldId),
}
Variants§
Interface
Kind
Qlen
Bps
Pps
BytesPerSec
PacketsPerSec
BacklogPerSec
DropsPerSec
RequeuesPerSec
OverlimitsPerSec
Qdisc(<QDiscModel as Queriable>::FieldId)
Xstats(<XStatsModel as Queriable>::FieldId)
Trait Implementations§
Source§impl Clone for SingleTcModelFieldId
impl Clone for SingleTcModelFieldId
Source§fn clone(&self) -> SingleTcModelFieldId
fn clone(&self) -> SingleTcModelFieldId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SingleTcModelFieldId
impl Debug for SingleTcModelFieldId
Source§impl Display for SingleTcModelFieldId
impl Display for SingleTcModelFieldId
Source§impl FieldId for SingleTcModelFieldId
impl FieldId for SingleTcModelFieldId
type Queriable = SingleTcModel
Source§impl FromStr for SingleTcModelFieldId
impl FromStr for SingleTcModelFieldId
Source§impl PartialEq for SingleTcModelFieldId
impl PartialEq for SingleTcModelFieldId
Source§impl Sequence for SingleTcModelFieldId
impl Sequence for SingleTcModelFieldId
impl StructuralPartialEq for SingleTcModelFieldId
Auto Trait Implementations§
impl Freeze for SingleTcModelFieldId
impl RefUnwindSafe for SingleTcModelFieldId
impl Send for SingleTcModelFieldId
impl Sync for SingleTcModelFieldId
impl Unpin for SingleTcModelFieldId
impl UnwindSafe for SingleTcModelFieldId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more