Struct warp::reply::WithStatus
source · pub struct WithStatus<T> { /* private fields */ }Expand description
Wrap an impl Reply to change its StatusCode.
Returned by warp::reply::with_status.
Trait Implementations§
source§impl<T: Debug> Debug for WithStatus<T>
impl<T: Debug> Debug for WithStatus<T>
source§impl<T: Reply> Reply for WithStatus<T>
impl<T: Reply> Reply for WithStatus<T>
source§fn into_response(self) -> Response
fn into_response(self) -> Response
Converts the given value into a
Response.