Struct htrpc::rfc7807::AboutBlankProblem [] [src]

pub struct AboutBlankProblem {
    pub title: String,
    pub status: u16,
}

"about:blank" problem type.

See: https://tools.ietf.org/html/rfc7807#section-4.2

Fields

The title of this problem.

The status of this problem.

Methods

impl AboutBlankProblem
[src]

[src]

Makes a new AboutBlankProblem instance.

Trait Implementations

impl Debug for AboutBlankProblem
[src]

[src]

Formats the value using the given formatter.