Struct hyper::http::message::ResponseHead   
                   
                       [−]
                   
               [src]
pub struct ResponseHead {
    pub headers: Headers,
    pub raw_status: RawStatus,
    pub version: HttpVersion,
}Describes a response.
Fields
| headers | The headers of the reponse | 
| raw_status | The raw status line of the response | 
| version | The HTTP/2 version which generated the response | 
Trait Implementations
Derived Implementations
impl Debug for ResponseHead[src]
impl Clone for ResponseHead[src]
fn clone(&self) -> ResponseHead
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more