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§
source§impl Clone for SingleCpuModelFieldId
impl Clone for SingleCpuModelFieldId
source§fn clone(&self) -> SingleCpuModelFieldId
fn clone(&self) -> SingleCpuModelFieldId
Returns a copy 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 SingleCpuModelFieldId
impl Debug for SingleCpuModelFieldId
source§impl EnumIter for SingleCpuModelFieldId
impl EnumIter for SingleCpuModelFieldId
source§fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
source§fn 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.
source§impl FieldId for SingleCpuModelFieldId
impl FieldId for SingleCpuModelFieldId
type Queriable = SingleCpuModel
source§impl FromStr for SingleCpuModelFieldId
impl FromStr for SingleCpuModelFieldId
source§impl PartialEq<SingleCpuModelFieldId> for SingleCpuModelFieldId
impl PartialEq<SingleCpuModelFieldId> for SingleCpuModelFieldId
source§fn eq(&self, other: &SingleCpuModelFieldId) -> bool
fn eq(&self, other: &SingleCpuModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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