Struct rabble::ExecutorMetrics [] [src]

pub struct ExecutorMetrics {
    pub processes: i64,
    pub services: i64,
    pub received_envelopes: u64,
    pub timers_started: u64,
    pub timers_cancelled: u64,
}

Fields

Methods

impl ExecutorMetrics
[src]

Trait Implementations

impl Debug for ExecutorMetrics
[src]

Formats the value using the given formatter.

impl Clone for ExecutorMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more