Struct hyper::header::common::connection::Connection
[-]
[+]
[src]
pub struct Connection(pub Vec<ConnectionOption>);
The Connection header.
pub struct Connection(pub Vec<ConnectionOption>);
The Connection header.
impl Deref for Connectiontype Target = Vec<ConnectionOption>fn deref<'a>(&'a self) -> &'a Vec<ConnectionOption>impl DerefMut for Connectionfn deref_mut<'a>(&'a mut self) -> &'a mut Vec<ConnectionOption>impl Header for Connectionfn header_name(_: Option<Connection>) -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Connection>impl HeaderFormat for Connectionfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl Show for Connectionimpl PartialEq for Connectionfn eq(&self, __arg_0: &Connection) -> boolfn ne(&self, __arg_0: &Connection) -> boolimpl Clone for Connectionfn clone(&self) -> Connectionfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).