pub enum CgroupStatModelFieldId {
NrDescendants,
NrDyingDescendants,
}
Variants§
Trait Implementations§
source§impl Clone for CgroupStatModelFieldId
impl Clone for CgroupStatModelFieldId
source§fn clone(&self) -> CgroupStatModelFieldId
fn clone(&self) -> CgroupStatModelFieldId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CgroupStatModelFieldId
impl Debug for CgroupStatModelFieldId
source§impl EnumIter for CgroupStatModelFieldId
impl EnumIter for CgroupStatModelFieldId
source§fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
source§fn 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.
source§impl FieldId for CgroupStatModelFieldId
impl FieldId for CgroupStatModelFieldId
type Queriable = CgroupStatModel
source§impl FromStr for CgroupStatModelFieldId
impl FromStr for CgroupStatModelFieldId
source§impl PartialEq<CgroupStatModelFieldId> for CgroupStatModelFieldId
impl PartialEq<CgroupStatModelFieldId> for CgroupStatModelFieldId
source§fn eq(&self, other: &CgroupStatModelFieldId) -> bool
fn eq(&self, other: &CgroupStatModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more