pub enum CgroupPressureModelFieldId {
CpuSomePct,
CpuFullPct,
IoSomePct,
IoFullPct,
MemorySomePct,
MemoryFullPct,
}
Variants§
Trait Implementations§
source§impl Clone for CgroupPressureModelFieldId
impl Clone for CgroupPressureModelFieldId
source§fn clone(&self) -> CgroupPressureModelFieldId
fn clone(&self) -> CgroupPressureModelFieldId
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 CgroupPressureModelFieldId
impl Debug for CgroupPressureModelFieldId
source§impl EnumIter for CgroupPressureModelFieldId
impl EnumIter for CgroupPressureModelFieldId
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 CgroupPressureModelFieldId
impl FieldId for CgroupPressureModelFieldId
type Queriable = CgroupPressureModel
source§impl FromStr for CgroupPressureModelFieldId
impl FromStr for CgroupPressureModelFieldId
source§impl PartialEq<CgroupPressureModelFieldId> for CgroupPressureModelFieldId
impl PartialEq<CgroupPressureModelFieldId> for CgroupPressureModelFieldId
source§fn eq(&self, other: &CgroupPressureModelFieldId) -> bool
fn eq(&self, other: &CgroupPressureModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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