Enum below_model::cgroup::CgroupIoModelFieldId
source · [−]pub enum CgroupIoModelFieldId {
RbytesPerSec,
WbytesPerSec,
RiosPerSec,
WiosPerSec,
DbytesPerSec,
DiosPerSec,
RwbytesPerSec,
CostUsagePct,
CostWaitPct,
CostIndebtPct,
CostIndelayPct,
}
Variants
RbytesPerSec
WbytesPerSec
RiosPerSec
WiosPerSec
DbytesPerSec
DiosPerSec
RwbytesPerSec
CostUsagePct
CostWaitPct
CostIndebtPct
CostIndelayPct
Trait Implementations
sourceimpl Clone for CgroupIoModelFieldId
impl Clone for CgroupIoModelFieldId
sourcefn clone(&self) -> CgroupIoModelFieldId
fn clone(&self) -> CgroupIoModelFieldId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CgroupIoModelFieldId
impl Debug for CgroupIoModelFieldId
sourceimpl EnumIter for CgroupIoModelFieldId
impl EnumIter for CgroupIoModelFieldId
sourcefn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
sourcefn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants as well as nested variants.
sourceimpl FieldId for CgroupIoModelFieldId
impl FieldId for CgroupIoModelFieldId
type Queriable = CgroupIoModel
sourceimpl FromStr for CgroupIoModelFieldId
impl FromStr for CgroupIoModelFieldId
sourceimpl PartialEq<CgroupIoModelFieldId> for CgroupIoModelFieldId
impl PartialEq<CgroupIoModelFieldId> for CgroupIoModelFieldId
sourcefn eq(&self, other: &CgroupIoModelFieldId) -> bool
fn eq(&self, other: &CgroupIoModelFieldId) -> bool
sourceimpl ToString for CgroupIoModelFieldId
impl ToString for CgroupIoModelFieldId
impl StructuralPartialEq for CgroupIoModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for CgroupIoModelFieldId
impl Send for CgroupIoModelFieldId
impl Sync for CgroupIoModelFieldId
impl Unpin for CgroupIoModelFieldId
impl UnwindSafe for CgroupIoModelFieldId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more