Enum below_model::process::SingleProcessModelFieldId [−][src]
pub enum SingleProcessModelFieldId { Pid, Ppid, Comm, State, UptimeSecs, Cgroup, Io(ProcessIoModelFieldId), Mem(ProcessMemoryModelFieldId), Cpu(ProcessCpuModelFieldId), Cmdline, ExePath, }
Variants
Implementations
Trait Implementations
type Queriable = SingleProcessModel
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SingleProcessModelFieldId
impl Send for SingleProcessModelFieldId
impl Sync for SingleProcessModelFieldId
impl Unpin for SingleProcessModelFieldId
impl UnwindSafe for SingleProcessModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more