Enum below_dump::command::ProcessAggField
source · [−]pub enum ProcessAggField {
Cpu,
Mem,
Io,
}
Expand description
Represents the four sub-model of ProcessModel.
Variants
Cpu
Mem
Io
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProcessAggField
impl Send for ProcessAggField
impl Sync for ProcessAggField
impl Unpin for ProcessAggField
impl UnwindSafe for ProcessAggField
Blanket Implementations
Mutably borrows from an owned value. Read more
Calls the given closure and return the result. Read more
Calls the given closure on self
.