Struct rollbar::ResponseStatus [] [src]

pub struct ResponseStatus(_);

Wrapper for hyper::status::StatusCode.

Methods

impl ResponseStatus
[src]

Return a description provided by Rollbar for the status code returned by each request.

Return the canonical description for the status code returned by each request.

Trait Implementations

impl Debug for ResponseStatus
[src]

Formats the value using the given formatter.

impl From<StatusCode> for ResponseStatus
[src]

Performs the conversion.

impl Display for ResponseStatus
[src]

Formats the value using the given formatter. Read more