pub struct ManagerMetrics {
pub time_since_empty_count: usize,
pub shutdown_tasks_count: usize,
pub shutdown_timers_count: usize,
pub starting_servers_count: usize,
}Fields§
§time_since_empty_count: usize§shutdown_tasks_count: usize§shutdown_timers_count: usize§starting_servers_count: usizeTrait Implementations§
Source§impl Clone for ManagerMetrics
impl Clone for ManagerMetrics
Source§fn clone(&self) -> ManagerMetrics
fn clone(&self) -> ManagerMetrics
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 moreAuto Trait Implementations§
impl Freeze for ManagerMetrics
impl RefUnwindSafe for ManagerMetrics
impl Send for ManagerMetrics
impl Sync for ManagerMetrics
impl Unpin for ManagerMetrics
impl UnwindSafe for ManagerMetrics
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