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 = SystemModelThis 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 SystemModelFieldIdimpl Send for SystemModelFieldIdimpl Sync for SystemModelFieldIdimpl Unpin for SystemModelFieldIdimpl UnwindSafe for SystemModelFieldIdBlanket Implementations
Mutably borrows from an owned value. Read more