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