diff --git a/src/net/client/tsig.rs b/src/net/client/tsig.rs index 277690dce..2fbb5b70e 100644 --- a/src/net/client/tsig.rs +++ b/src/net/client/tsig.rs @@ -510,7 +510,7 @@ enum RequestState { /// the request prior to sending it, e.g. to assign a message ID or to add /// EDNS options, and signing **MUST** be the last modification made to the /// message prior to sending. -#[derive(Debug)] +#[derive(Clone, Debug)] pub struct RequestMessage where CR: Send + Sync,