Add missing derives on HxHistoryRestoreRequest

This commit is contained in:
Rob Wagner 2023-07-22 18:56:33 -04:00
parent 07b22697a2
commit bddfc01f97
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -67,6 +67,7 @@ where
///
/// This extractor will always return a value. If the header is not present,
/// it will return `false`.
#[derive(Debug, Clone, Copy)]
pub struct HxHistoryRestoreRequest(pub bool);
#[axum::async_trait]