mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +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]
|
#[must_use]
|
||||||
pub struct AppendHeaders<I>(pub I);
|
pub struct AppendHeaders<I>(pub I);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user