pub enum ProcessAggField {
Cpu,
Mem,
Io,
}
Expand description
Represents the four sub-model of ProcessModel.
Variants§
Trait Implementations§
Source§impl Clone for ProcessAggField
impl Clone for ProcessAggField
Source§fn clone(&self) -> ProcessAggField
fn clone(&self) -> ProcessAggField
Returns a duplicate of the value. Read more
1.0.0 · 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 ProcessAggField
impl Debug for ProcessAggField
Source§impl Display for ProcessAggField
impl Display for ProcessAggField
Source§impl FromStr for ProcessAggField
impl FromStr for ProcessAggField
Source§impl PartialEq for ProcessAggField
impl PartialEq for ProcessAggField
impl StructuralPartialEq for ProcessAggField
Auto Trait Implementations§
impl Freeze for ProcessAggField
impl RefUnwindSafe for ProcessAggField
impl Send for ProcessAggField
impl Sync for ProcessAggField
impl Unpin for ProcessAggField
impl UnwindSafe for ProcessAggField
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