Struct warp::reject::Rejection[][src]

pub struct Rejection { /* fields omitted */ }

Rejection of a request by a Filter.

Methods

impl Rejection
[src]

Return the HTTP status code that this rejection represents.

Add given err into Rejection.

Trait Implementations

impl Debug for Rejection
[src]

Formats the value using the given formatter. Read more

impl Serialize for Rejection
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Rejection

impl Sync for Rejection