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
sourceimpl Clone for ProcessAggField
impl Clone for ProcessAggField
sourcefn clone(&self) -> ProcessAggField
fn clone(&self) -> ProcessAggField
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 ProcessAggField
impl Debug for ProcessAggField
sourceimpl FromStr for ProcessAggField
impl FromStr for ProcessAggField
sourceimpl PartialEq<ProcessAggField> for ProcessAggField
impl PartialEq<ProcessAggField> for ProcessAggField
sourcefn eq(&self, other: &ProcessAggField) -> bool
fn eq(&self, other: &ProcessAggField) -> bool
sourceimpl ToString for ProcessAggField
impl ToString for ProcessAggField
impl StructuralPartialEq for ProcessAggField
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
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