pub struct MetricsReport {
pub system: SystemMetricsSnapshot,
pub icc: IccMetricsSnapshot,
pub http: HttpMetricsSnapshot,
pub timer: TimerMetricsSnapshot,
}Expand description
MetricsReport Composite metrics view bundling action, ICC, HTTP, and timer counters.
Fields§
§system: SystemMetricsSnapshot§icc: IccMetricsSnapshot§http: HttpMetricsSnapshot§timer: TimerMetricsSnapshotTrait Implementations§
Source§impl CandidType for MetricsReport
impl CandidType for MetricsReport
Source§impl Clone for MetricsReport
impl Clone for MetricsReport
Source§fn clone(&self) -> MetricsReport
fn clone(&self) -> MetricsReport
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 MetricsReport
impl Debug for MetricsReport
Source§impl<'de> Deserialize<'de> for MetricsReport
impl<'de> Deserialize<'de> for MetricsReport
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 MetricsReport
impl RefUnwindSafe for MetricsReport
impl Send for MetricsReport
impl Sync for MetricsReport
impl Unpin for MetricsReport
impl UnwindSafe for MetricsReport
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