pub enum SystemMetricKind {
Show 13 variants
CanisterCall,
CanisterStatus,
CreateCanister,
DeleteCanister,
DepositCycles,
HttpOutcall,
InstallCode,
RawRand,
ReinstallCode,
TimerScheduled,
UninstallCode,
UpdateSettings,
UpgradeCode,
}Expand description
SystemMetricKind
Variants§
CanisterCall
CanisterStatus
CreateCanister
DeleteCanister
DepositCycles
HttpOutcall
InstallCode
RawRand
ReinstallCode
TimerScheduled
UninstallCode
UpdateSettings
UpgradeCode
Trait Implementations§
Source§impl Clone for SystemMetricKind
impl Clone for SystemMetricKind
Source§fn clone(&self) -> SystemMetricKind
fn clone(&self) -> SystemMetricKind
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 SystemMetricKind
impl Debug for SystemMetricKind
Source§impl Hash for SystemMetricKind
impl Hash for SystemMetricKind
Source§impl Ord for SystemMetricKind
impl Ord for SystemMetricKind
Source§fn cmp(&self, other: &SystemMetricKind) -> Ordering
fn cmp(&self, other: &SystemMetricKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SystemMetricKind
impl PartialEq for SystemMetricKind
Source§impl PartialOrd for SystemMetricKind
impl PartialOrd for SystemMetricKind
impl Copy for SystemMetricKind
impl Eq for SystemMetricKind
impl StructuralPartialEq for SystemMetricKind
Auto Trait Implementations§
impl Freeze for SystemMetricKind
impl RefUnwindSafe for SystemMetricKind
impl Send for SystemMetricKind
impl Sync for SystemMetricKind
impl Unpin for SystemMetricKind
impl UnwindSafe for SystemMetricKind
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