Struct hyper::header::Connection
[-] [+]
[src]
pub struct Connection(pub Vec<ConnectionOption>);
The Connection
header.
pub struct Connection(pub Vec<ConnectionOption>);
The Connection
header.
impl Deref for Connection
type Target = Vec<ConnectionOption>
fn deref<'a>(&'a self) -> &'a Vec<ConnectionOption>
impl DerefMut for Connection
fn deref_mut<'a>(&'a mut self) -> &'a mut Vec<ConnectionOption>
impl Header for Connection
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Connection>
impl HeaderFormat for Connection
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl Deref for Connection
type Target = Vec<ConnectionOption>
fn deref<'a>(&'a self) -> &'a Vec<ConnectionOption>
impl DerefMut for Connection
fn deref_mut<'a>(&'a mut self) -> &'a mut Vec<ConnectionOption>
impl Header for Connection
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Connection>
impl HeaderFormat for Connection
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl Debug for Connection
impl PartialEq for Connection
fn eq(&self, __arg_0: &Connection) -> bool
fn ne(&self, __arg_0: &Connection) -> bool
impl Clone for Connection
fn clone(&self) -> Connection
fn clone_from(&mut self, source: &Self)
impl Debug for Connection
impl PartialEq for Connection
fn eq(&self, __arg_0: &Connection) -> bool
fn ne(&self, __arg_0: &Connection) -> bool
impl Clone for Connection
fn clone(&self) -> Connection
fn 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
).