Struct warp::reply::WithStatus[][src]

pub struct WithStatus<T> { /* fields omitted */ }

Wrap an impl Reply to change its StatusCode.

Returned by warp::reply::with_status.

Trait Implementations

impl<T: Debug> Debug for WithStatus<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for WithStatus<T> where
    T: Send

impl<T> Sync for WithStatus<T> where
    T: Sync