diff options
Diffstat (limited to 'src/context/hook.rs')
| -rw-r--r-- | src/context/hook.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/hook.rs b/src/context/hook.rs index 736696f..94a6908 100644 --- a/src/context/hook.rs +++ b/src/context/hook.rs @@ -21,6 +21,7 @@ use openssl::x509::X509; use url::Url; #[allow(clippy::module_name_repetitions)] +#[derive(Clone)] pub struct HookContext<'a> { pub url: Url, pub params: Option<Params<'a, 'a>>, |