Enum below_model::cgroup::CgroupCpuModelFieldId
source · [−]pub enum CgroupCpuModelFieldId {
UsagePct,
UserPct,
SystemPct,
NrPeriodsPerSec,
NrThrottledPerSec,
ThrottledPct,
}
Variants
UsagePct
UserPct
SystemPct
NrPeriodsPerSec
NrThrottledPerSec
ThrottledPct
Trait Implementations
sourceimpl Clone for CgroupCpuModelFieldId
impl Clone for CgroupCpuModelFieldId
sourcefn clone(&self) -> CgroupCpuModelFieldId
fn clone(&self) -> CgroupCpuModelFieldId
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 CgroupCpuModelFieldId
impl Debug for CgroupCpuModelFieldId
sourceimpl EnumIter for CgroupCpuModelFieldId
impl EnumIter for CgroupCpuModelFieldId
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 CgroupCpuModelFieldId
impl FieldId for CgroupCpuModelFieldId
type Queriable = CgroupCpuModel
sourceimpl FromStr for CgroupCpuModelFieldId
impl FromStr for CgroupCpuModelFieldId
sourceimpl PartialEq<CgroupCpuModelFieldId> for CgroupCpuModelFieldId
impl PartialEq<CgroupCpuModelFieldId> for CgroupCpuModelFieldId
sourcefn eq(&self, other: &CgroupCpuModelFieldId) -> bool
fn eq(&self, other: &CgroupCpuModelFieldId) -> bool
sourceimpl ToString for CgroupCpuModelFieldId
impl ToString for CgroupCpuModelFieldId
impl StructuralPartialEq for CgroupCpuModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for CgroupCpuModelFieldId
impl Send for CgroupCpuModelFieldId
impl Sync for CgroupCpuModelFieldId
impl Unpin for CgroupCpuModelFieldId
impl UnwindSafe for CgroupCpuModelFieldId
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