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§
source§impl Clone for VmModelFieldId
impl Clone for VmModelFieldId
source§fn clone(&self) -> VmModelFieldId
fn clone(&self) -> VmModelFieldId
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 VmModelFieldId
impl Debug for VmModelFieldId
source§impl EnumIter for VmModelFieldId
impl EnumIter for VmModelFieldId
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 FromStr for VmModelFieldId
impl FromStr for VmModelFieldId
source§impl PartialEq<VmModelFieldId> for VmModelFieldId
impl PartialEq<VmModelFieldId> for VmModelFieldId
source§fn eq(&self, other: &VmModelFieldId) -> bool
fn eq(&self, other: &VmModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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