Enum async_fcgi::fastcgi::ProtoStatus
source · #[repr(u8)]pub enum ProtoStatus {
Complete,
CantMpxCon,
Overloaded,
UnknownRole,
}Expand description
protocol_status component of EndRequestBody
Variants§
Complete
Normal end of request
CantMpxCon
Application is designed to process one request at a time per connection
Overloaded
The application runs out of some resource, e.g. database connections
UnknownRole
Web server has specified a role that is unknown to the application
Trait Implementations§
source§impl Display for ProtoStatus
impl Display for ProtoStatus
Auto Trait Implementations§
impl RefUnwindSafe for ProtoStatus
impl Send for ProtoStatus
impl Sync for ProtoStatus
impl Unpin for ProtoStatus
impl UnwindSafe for ProtoStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more