Struct hyper::header::parsing::HTTP_VALUE
[−]
pub struct HTTP_VALUE;
This encode set is used for HTTP header values and is defined at https://tools.ietf.org/html/rfc5987#section-3.2
Trait Implementations
impl Clone for HTTP_VALUE
fn clone(&self) -> HTTP_VALUE
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more