[−][src]Struct async_fcgi::fastcgi::EndRequestBody
Fields
app_status: u32protocol_status: u8Implementations
impl EndRequestBody[src]
pub const REQUEST_COMPLETE: u8[src]
protocol_status component of EndRequestBody
Normal end of request
pub const CANT_MPX_CONN: u8[src]
protocol_status component of EndRequestBody
Application is designed to process one request at a time per connection
pub const OVERLOADED: u8[src]
protocol_status component of EndRequestBody
The application runs out of some resource, e.g. database connections
pub const UNKNOWN_ROLE: u8[src]
protocol_status component of EndRequestBody
Web server has specified a role that is unknown to the application
Auto Trait Implementations
impl RefUnwindSafe for EndRequestBody[src]
impl Send for EndRequestBody[src]
impl Sync for EndRequestBody[src]
impl Unpin for EndRequestBody[src]
impl UnwindSafe for EndRequestBody[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,