pub enum EventKind {
Show 37 variants
ProcessStarting,
RootInitialized,
ListenerReady,
ShutdownRequested,
DrainingStarted,
ForcedShutdownStarted,
ShutdownComplete,
ConnectionAccepted,
ConnectionRejected,
TlsHandshakeSuccess,
TlsHandshakeFailure,
TlsHandshakeTimeout,
HeaderTimeout,
BodyReadTimeout,
ParserRejection,
KeepAliveClosed,
ConnectionTotalTimeout,
ClientDisconnect,
ConnectionPanic,
RequestCompleted,
FileNotFound,
FileDenied,
FileError,
DotfileDenied,
SymlinkDenied,
RootEscapeDenied,
BodyPolicyRejection,
IncompleteBodyClose,
ServiceInvocationSuppressed,
ServiceTimeout,
ServiceError,
DirectoryListingLimit,
ListenerTransientError,
ListenerPersistentError,
ResourceExhaustion,
BlockingWorkerSaturation,
LogSinkFailure,
}Variants§
ProcessStarting
RootInitialized
ListenerReady
ShutdownRequested
DrainingStarted
ForcedShutdownStarted
ShutdownComplete
ConnectionAccepted
ConnectionRejected
TlsHandshakeSuccess
TlsHandshakeFailure
TlsHandshakeTimeout
HeaderTimeout
BodyReadTimeout
ParserRejection
KeepAliveClosed
ConnectionTotalTimeout
ClientDisconnect
ConnectionPanic
RequestCompleted
FileNotFound
FileDenied
FileError
DotfileDenied
SymlinkDenied
RootEscapeDenied
BodyPolicyRejection
IncompleteBodyClose
ServiceInvocationSuppressed
ServiceTimeout
ServiceError
DirectoryListingLimit
ListenerTransientError
ListenerPersistentError
ResourceExhaustion
BlockingWorkerSaturation
LogSinkFailure
Trait Implementations§
impl Copy for EventKind
impl Eq for EventKind
impl StructuralPartialEq for EventKind
Auto Trait Implementations§
impl Freeze for EventKind
impl RefUnwindSafe for EventKind
impl Send for EventKind
impl Sync for EventKind
impl Unpin for EventKind
impl UnsafeUnpin for EventKind
impl UnwindSafe for EventKind
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