mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Derive Clone and Copy for AppendHeaders (#2776)
This commit is contained in:
@@ -29,7 +29,7 @@ use std::fmt;
|
||||
/// )
|
||||
/// }
|
||||
/// ```
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[must_use]
|
||||
pub struct AppendHeaders<I>(pub I);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user