Enum hyper::version::HttpVersion [] [src]

pub enum HttpVersion {
    Http09,
    Http10,
    Http11,
    Http20,
}

Represents a version of the HTTP spec.

Variants

Http09

HTTP/0.9

Http10

HTTP/1.0

Http11

HTTP/1.1

Http20

HTTP/2.0

Trait Implementations

impl Display for HttpVersion

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

Derived Implementations

impl Debug for HttpVersion

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for HttpVersion

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn 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

1.0.0fn 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