#[repr(u8)]pub enum BuiltinGauge {
TerminalActive = 0,
EProcessWealth = 1,
DegradationLevel = 2,
}Expand description
Builtin gauge metrics.
Variants§
TerminalActive = 0
Currently active terminal instances.
EProcessWealth = 1
Current e-process wealth.
DegradationLevel = 2
Current degradation level (0=Full, 4=Skeleton).
Trait Implementations§
Source§impl Clone for BuiltinGauge
impl Clone for BuiltinGauge
Source§fn clone(&self) -> BuiltinGauge
fn clone(&self) -> BuiltinGauge
Returns a duplicate 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 BuiltinGauge
impl Debug for BuiltinGauge
Source§impl Hash for BuiltinGauge
impl Hash for BuiltinGauge
Source§impl PartialEq for BuiltinGauge
impl PartialEq for BuiltinGauge
impl Copy for BuiltinGauge
impl Eq for BuiltinGauge
impl StructuralPartialEq for BuiltinGauge
Auto Trait Implementations§
impl Freeze for BuiltinGauge
impl RefUnwindSafe for BuiltinGauge
impl Send for BuiltinGauge
impl Sync for BuiltinGauge
impl Unpin for BuiltinGauge
impl UnsafeUnpin for BuiltinGauge
impl UnwindSafe for BuiltinGauge
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.