pub struct SystemMetricEntry {
pub kind: SystemMetricKind,
pub count: u64,
}Expand description
SystemMetricEntry Snapshot entry pairing a metric kind with its count.
Fields§
§kind: SystemMetricKind§count: u64Trait Implementations§
Source§impl CandidType for SystemMetricEntry
impl CandidType for SystemMetricEntry
Source§impl Clone for SystemMetricEntry
impl Clone for SystemMetricEntry
Source§fn clone(&self) -> SystemMetricEntry
fn clone(&self) -> SystemMetricEntry
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 SystemMetricEntry
impl Debug for SystemMetricEntry
Source§impl<'de> Deserialize<'de> for SystemMetricEntry
impl<'de> Deserialize<'de> for SystemMetricEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SystemMetricEntry
impl RefUnwindSafe for SystemMetricEntry
impl Send for SystemMetricEntry
impl Sync for SystemMetricEntry
impl Unpin for SystemMetricEntry
impl UnwindSafe for SystemMetricEntry
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