Enum http_protocol::http_version::HttpVersion  [−][src]
pub enum HttpVersion {
    Http10,
    Http11,
}Variants
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for HttpVersionimpl Send for HttpVersionimpl Sync for HttpVersionimpl Unpin for HttpVersionimpl UnwindSafe for HttpVersionBlanket Implementations
Mutably borrows from an owned value. Read more