Struct hyper::header::parsing::HTTP_VALUE [−][src]
pub struct HTTP_VALUE;
Expand description
This encode set is used for HTTP header values and is defined at https://tools.ietf.org/html/rfc5987#section-3.2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HTTP_VALUE
impl Send for HTTP_VALUE
impl Sync for HTTP_VALUE
impl Unpin for HTTP_VALUE
impl UnwindSafe for HTTP_VALUE
Blanket Implementations
Mutably borrows from an owned value. Read more