pub enum DiagnosticRequestPhase {
SocketAccepted,
Admission,
ReadingHead,
ReadingBody,
Validation,
Dispatch,
Response,
TaskJoin,
Finalization,
}Expand description
Actual request phase supplied by its execution owner; not admission authority.
Variants§
SocketAccepted
Admission
ReadingHead
ReadingBody
Validation
Dispatch
Response
TaskJoin
Finalization
Trait Implementations§
Source§impl Clone for DiagnosticRequestPhase
impl Clone for DiagnosticRequestPhase
impl Copy for DiagnosticRequestPhase
Auto Trait Implementations§
impl Freeze for DiagnosticRequestPhase
impl RefUnwindSafe for DiagnosticRequestPhase
impl Send for DiagnosticRequestPhase
impl Sync for DiagnosticRequestPhase
impl Unpin for DiagnosticRequestPhase
impl UnsafeUnpin for DiagnosticRequestPhase
impl UnwindSafe for DiagnosticRequestPhase
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