Enum below_model::cgroup::CgroupStatModelFieldId
source · [−]pub enum CgroupStatModelFieldId {
NrDescendants,
NrDyingDescendants,
}
Variants
NrDescendants
NrDyingDescendants
Trait Implementations
sourceimpl Clone for CgroupStatModelFieldId
impl Clone for CgroupStatModelFieldId
sourcefn clone(&self) -> CgroupStatModelFieldId
fn clone(&self) -> CgroupStatModelFieldId
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 CgroupStatModelFieldId
impl Debug for CgroupStatModelFieldId
sourceimpl EnumIter for CgroupStatModelFieldId
impl EnumIter for CgroupStatModelFieldId
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 CgroupStatModelFieldId
impl FieldId for CgroupStatModelFieldId
type Queriable = CgroupStatModel
sourceimpl FromStr for CgroupStatModelFieldId
impl FromStr for CgroupStatModelFieldId
sourceimpl PartialEq<CgroupStatModelFieldId> for CgroupStatModelFieldId
impl PartialEq<CgroupStatModelFieldId> for CgroupStatModelFieldId
sourcefn eq(&self, other: &CgroupStatModelFieldId) -> bool
fn eq(&self, other: &CgroupStatModelFieldId) -> bool
sourceimpl ToString for CgroupStatModelFieldId
impl ToString for CgroupStatModelFieldId
impl StructuralPartialEq for CgroupStatModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for CgroupStatModelFieldId
impl Send for CgroupStatModelFieldId
impl Sync for CgroupStatModelFieldId
impl Unpin for CgroupStatModelFieldId
impl UnwindSafe for CgroupStatModelFieldId
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