Struct edge::header::parsing::HTTP_VALUE [] [src]

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 EncodeSet for HTTP_VALUE

fn contains(&self, byte: u8) -> bool

impl Debug for HTTP_VALUE

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl Clone for HTTP_VALUE

fn clone(&self) -> HTTP_VALUE

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for HTTP_VALUE