Enum hyper::header::ConnectionOption
[-] [+]
[src]
pub enum ConnectionOption { KeepAlive, Close, ConnectionHeader(UniCase<String>), }
Values that can be in the Connection
header.
pub enum ConnectionOption { KeepAlive, Close, ConnectionHeader(UniCase<String>), }
Values that can be in the Connection
header.
impl FromStr for ConnectionOption
impl Display for ConnectionOption
impl FromStr for ConnectionOption
impl Display for ConnectionOption
impl Debug for ConnectionOption
impl PartialEq for ConnectionOption
fn eq(&self, __arg_0: &ConnectionOption) -> bool
fn ne(&self, __arg_0: &ConnectionOption) -> bool
impl Clone for ConnectionOption
fn clone(&self) -> ConnectionOption
fn clone_from(&mut self, source: &Self)
impl Debug for ConnectionOption
impl PartialEq for ConnectionOption
fn eq(&self, __arg_0: &ConnectionOption) -> bool
fn ne(&self, __arg_0: &ConnectionOption) -> bool
impl Clone for ConnectionOption
fn clone(&self) -> ConnectionOption
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
).