Enum below_model::system::SystemModelFieldId [−][src]
pub enum SystemModelFieldId { Hostname, KernelVersion, OsRelease, Stat(ProcStatModelFieldId), Cpu(SingleCpuModelFieldId), Cpus(VecFieldId<SingleCpuModel>), Mem(MemoryModelFieldId), Vm(VmModelFieldId), }
Variants
Stat(ProcStatModelFieldId)
Cpus(VecFieldId<SingleCpuModel>)
Mem(MemoryModelFieldId)
Vm(VmModelFieldId)
Implementations
Trait Implementations
type Queriable = SystemModel
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 SystemModelFieldId
impl Send for SystemModelFieldId
impl Sync for SystemModelFieldId
impl Unpin for SystemModelFieldId
impl UnwindSafe for SystemModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more