Deriving Clone for NopMonitor (#721)
This commit is contained in:
parent
7d7601204f
commit
faca7b9ac7
@ -239,7 +239,7 @@ pub trait Monitor {
|
||||
|
||||
/// Monitor that print exactly nothing.
|
||||
/// Not good for debuging, very good for speed.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct NopMonitor {
|
||||
start_time: Duration,
|
||||
client_stats: Vec<ClientStats>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user