Enum below_model::process::ProcessIoModelFieldId [−][src]
pub enum ProcessIoModelFieldId {
RbytesPerSec,
WbytesPerSec,
RwbytesPerSec,
}
Variants
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
type Queriable = ProcessIoModel
Auto Trait Implementations
impl RefUnwindSafe for ProcessIoModelFieldId
impl Send for ProcessIoModelFieldId
impl Sync for ProcessIoModelFieldId
impl Unpin for ProcessIoModelFieldId
impl UnwindSafe for ProcessIoModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more