Enum hyper::version::HttpVersion
[−]
[src]
pub enum HttpVersion { Http09, Http10, Http11, Http20, }
Represents a version of the HTTP spec.
Variants
Http09 |
|
Http10 |
|
Http11 |
|
Http20 |
|
pub enum HttpVersion { Http09, Http10, Http11, Http20, }
Represents a version of the HTTP spec.
Http09 |
|
Http10 |
|
Http11 |
|
Http20 |
|
impl Display for HttpVersion
impl Debug for HttpVersion
impl Hash for HttpVersion
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Ord for HttpVersion
fn cmp(&self, __arg_0: &HttpVersion) -> Ordering
impl Eq for HttpVersion
impl Clone for HttpVersion
fn clone(&self) -> HttpVersion
fn clone_from(&mut self, source: &Self)
impl Copy for HttpVersion
impl PartialOrd for HttpVersion
fn partial_cmp(&self, __arg_0: &HttpVersion) -> Option<Ordering>
fn lt(&self, __arg_0: &HttpVersion) -> bool
fn le(&self, __arg_0: &HttpVersion) -> bool
fn gt(&self, __arg_0: &HttpVersion) -> bool
fn ge(&self, __arg_0: &HttpVersion) -> bool
impl PartialEq for HttpVersion
fn eq(&self, __arg_0: &HttpVersion) -> bool
fn ne(&self, __arg_0: &HttpVersion) -> bool
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
).