pub enum SystemAggField {
Cpu,
Mem,
Vm,
Stat,
}Expand description
Represents the four sub-model of SystemModel.
Variants§
Trait Implementations§
Source§impl AggField<SystemModelFieldId> for SystemAggField
impl AggField<SystemModelFieldId> for SystemAggField
Source§impl Clone for SystemAggField
impl Clone for SystemAggField
Source§fn clone(&self) -> SystemAggField
fn clone(&self) -> SystemAggField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SystemAggField
impl Debug for SystemAggField
Source§impl Display for SystemAggField
impl Display for SystemAggField
Source§impl FromStr for SystemAggField
impl FromStr for SystemAggField
Source§impl PartialEq for SystemAggField
impl PartialEq for SystemAggField
Source§fn eq(&self, other: &SystemAggField) -> bool
fn eq(&self, other: &SystemAggField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SystemAggField
Auto Trait Implementations§
impl Freeze for SystemAggField
impl RefUnwindSafe for SystemAggField
impl Send for SystemAggField
impl Sync for SystemAggField
impl Unpin for SystemAggField
impl UnsafeUnpin for SystemAggField
impl UnwindSafe for SystemAggField
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