Struct influent::hurl::Response [] [src]

pub struct Response {
    pub status: u16,
    pub body: String,
}

Fields

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter.

impl ToString for Response
[src]

Converts the given value to a String. Read more