pub enum CgroupPressureModelFieldId {
CpuSomePct,
CpuFullPct,
IoSomePct,
IoFullPct,
MemorySomePct,
MemoryFullPct,
}
Variants
CpuSomePct
CpuFullPct
IoSomePct
IoFullPct
MemorySomePct
MemoryFullPct
Trait Implementations
sourceimpl Clone for CgroupPressureModelFieldId
impl Clone for CgroupPressureModelFieldId
sourcefn clone(&self) -> CgroupPressureModelFieldId
fn clone(&self) -> CgroupPressureModelFieldId
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 CgroupPressureModelFieldId
impl Debug for CgroupPressureModelFieldId
sourceimpl EnumIter for CgroupPressureModelFieldId
impl EnumIter for CgroupPressureModelFieldId
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 CgroupPressureModelFieldId
impl FieldId for CgroupPressureModelFieldId
type Queriable = CgroupPressureModel
sourceimpl FromStr for CgroupPressureModelFieldId
impl FromStr for CgroupPressureModelFieldId
sourceimpl PartialEq<CgroupPressureModelFieldId> for CgroupPressureModelFieldId
impl PartialEq<CgroupPressureModelFieldId> for CgroupPressureModelFieldId
sourcefn eq(&self, other: &CgroupPressureModelFieldId) -> bool
fn eq(&self, other: &CgroupPressureModelFieldId) -> bool
sourceimpl ToString for CgroupPressureModelFieldId
impl ToString for CgroupPressureModelFieldId
impl StructuralPartialEq for CgroupPressureModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for CgroupPressureModelFieldId
impl Send for CgroupPressureModelFieldId
impl Sync for CgroupPressureModelFieldId
impl Unpin for CgroupPressureModelFieldId
impl UnwindSafe for CgroupPressureModelFieldId
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