Trait reqwest::header::HeaderClone
[−]
[src]
pub trait HeaderClone: Sealed { }Internal implementation detail.
This trait is automatically implemented for all types that implement
HeaderFormat + Clone. No methods are exposed, and so is not useful
outside this crate.
Implementors
impl<T> HeaderClone for T where
T: Sealed,