Enum below_model::system::SingleCpuModelFieldId
source · [−]pub enum SingleCpuModelFieldId {
Idx,
UsagePct,
UserPct,
SystemPct,
IdlePct,
NicePct,
IowaitPct,
IrqPct,
SoftirqPct,
StolenPct,
GuestPct,
GuestNicePct,
}
Variants
Idx
UsagePct
UserPct
SystemPct
IdlePct
NicePct
IowaitPct
IrqPct
SoftirqPct
StolenPct
GuestPct
GuestNicePct
Trait Implementations
sourceimpl Clone for SingleCpuModelFieldId
impl Clone for SingleCpuModelFieldId
sourcefn clone(&self) -> SingleCpuModelFieldId
fn clone(&self) -> SingleCpuModelFieldId
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 SingleCpuModelFieldId
impl Debug for SingleCpuModelFieldId
sourceimpl EnumIter for SingleCpuModelFieldId
impl EnumIter for SingleCpuModelFieldId
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 SingleCpuModelFieldId
impl FieldId for SingleCpuModelFieldId
type Queriable = SingleCpuModel
sourceimpl FromStr for SingleCpuModelFieldId
impl FromStr for SingleCpuModelFieldId
sourceimpl PartialEq<SingleCpuModelFieldId> for SingleCpuModelFieldId
impl PartialEq<SingleCpuModelFieldId> for SingleCpuModelFieldId
sourcefn eq(&self, other: &SingleCpuModelFieldId) -> bool
fn eq(&self, other: &SingleCpuModelFieldId) -> bool
sourceimpl ToString for SingleCpuModelFieldId
impl ToString for SingleCpuModelFieldId
impl StructuralPartialEq for SingleCpuModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for SingleCpuModelFieldId
impl Send for SingleCpuModelFieldId
impl Sync for SingleCpuModelFieldId
impl Unpin for SingleCpuModelFieldId
impl UnwindSafe for SingleCpuModelFieldId
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