Enum below_model::system::VmModelFieldId
source · [−]pub enum VmModelFieldId {
PgpginPerSec,
PgpgoutPerSec,
PswpinPerSec,
PswpoutPerSec,
PgstealKswapd,
PgstealDirect,
PgscanKswapd,
PgscanDirect,
OomKill,
}
Variants
PgpginPerSec
PgpgoutPerSec
PswpinPerSec
PswpoutPerSec
PgstealKswapd
PgstealDirect
PgscanKswapd
PgscanDirect
OomKill
Trait Implementations
sourceimpl Clone for VmModelFieldId
impl Clone for VmModelFieldId
sourcefn clone(&self) -> VmModelFieldId
fn clone(&self) -> VmModelFieldId
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 VmModelFieldId
impl Debug for VmModelFieldId
sourceimpl EnumIter for VmModelFieldId
impl EnumIter for VmModelFieldId
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 VmModelFieldId
impl FieldId for VmModelFieldId
sourceimpl FromStr for VmModelFieldId
impl FromStr for VmModelFieldId
sourceimpl PartialEq<VmModelFieldId> for VmModelFieldId
impl PartialEq<VmModelFieldId> for VmModelFieldId
sourcefn eq(&self, other: &VmModelFieldId) -> bool
fn eq(&self, other: &VmModelFieldId) -> bool
sourceimpl ToString for VmModelFieldId
impl ToString for VmModelFieldId
impl StructuralPartialEq for VmModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for VmModelFieldId
impl Send for VmModelFieldId
impl Sync for VmModelFieldId
impl Unpin for VmModelFieldId
impl UnwindSafe for VmModelFieldId
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