[][src]Struct hyper::Version

pub struct Version(_);

Represents a version of the HTTP spec.

Methods

impl Version
[src]

HTTP/0.9

HTTP/1.0

HTTP/1.1

HTTP/2.0

Trait Implementations

impl Copy for Version
[src]

impl Ord for Version
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<Version> for Version
[src]

impl Eq for Version
[src]

impl Debug for Version
[src]

impl Hash for Version
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Version
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<Version> for Version
[src]

impl Default for Version
[src]

Auto Trait Implementations

impl Send for Version

impl Sync for Version

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T