Enum below_dump::command::CgroupAggField
source · [−]pub enum CgroupAggField {
Cpu,
Mem,
Io,
Pressure,
}Expand description
Represents the four sub-model of SingleCgroupModel.
Variants
Cpu
Mem
Io
Pressure
Trait Implementations
sourceimpl Clone for CgroupAggField
impl Clone for CgroupAggField
sourcefn clone(&self) -> CgroupAggField
fn clone(&self) -> CgroupAggField
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 CgroupAggField
impl Debug for CgroupAggField
sourceimpl FromStr for CgroupAggField
impl FromStr for CgroupAggField
sourceimpl PartialEq<CgroupAggField> for CgroupAggField
impl PartialEq<CgroupAggField> for CgroupAggField
sourcefn eq(&self, other: &CgroupAggField) -> bool
fn eq(&self, other: &CgroupAggField) -> bool
sourceimpl ToString for CgroupAggField
impl ToString for CgroupAggField
impl StructuralPartialEq for CgroupAggField
Auto Trait Implementations
impl RefUnwindSafe for CgroupAggField
impl Send for CgroupAggField
impl Sync for CgroupAggField
impl Unpin for CgroupAggField
impl UnwindSafe for CgroupAggField
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