[−][src]Enum hyper::version::HttpVersion
Represents a version of the HTTP spec.
Variants
Http09HTTP/0.9
Http10HTTP/1.0
Http11HTTP/1.1
Http20HTTP/2.0
Trait Implementations
impl PartialEq<HttpVersion> for HttpVersion[src]
impl PartialEq<HttpVersion> for HttpVersionfn eq(&self, other: &HttpVersion) -> bool[src]
fn eq(&self, other: &HttpVersion) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Clone for HttpVersion[src]
impl Clone for HttpVersionfn clone(&self) -> HttpVersion[src]
fn clone(&self) -> HttpVersionfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for HttpVersion[src]
impl Copy for HttpVersionimpl Ord for HttpVersion[src]
impl Ord for HttpVersionfn cmp(&self, other: &HttpVersion) -> Ordering[src]
fn cmp(&self, other: &HttpVersion) -> Orderingfn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Eq for HttpVersion[src]
impl Eq for HttpVersionimpl PartialOrd<HttpVersion> for HttpVersion[src]
impl PartialOrd<HttpVersion> for HttpVersionfn partial_cmp(&self, other: &HttpVersion) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &HttpVersion) -> Option<Ordering>#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl AsRef<str> for HttpVersion[src]
impl AsRef<str> for HttpVersionimpl Display for HttpVersion[src]
impl Display for HttpVersionimpl Debug for HttpVersion[src]
impl Debug for HttpVersionimpl FromStr for HttpVersion[src]
impl FromStr for HttpVersiontype Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>[src]
fn from_str(s: &str) -> Result<Self, Self::Err>impl Hash for HttpVersion[src]
impl Hash for HttpVersionAuto Trait Implementations
impl Send for HttpVersion
impl Send for HttpVersionimpl Sync for HttpVersion
impl Sync for HttpVersionBlanket Implementations
impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Typeable for T where
T: Any, [src]
impl<T> Typeable for T where
T: Any,