pub struct OpsSnapshot {Show 15 fields
pub connections_accepted: u64,
pub connections_rejected: u64,
pub active_connections: u64,
pub active_file_streams: u64,
pub connection_panics: u64,
pub parser_rejects: u64,
pub body_rejections: u64,
pub header_timeouts: u64,
pub body_read_timeouts: u64,
pub connection_total_timeouts: u64,
pub bytes_sent: u64,
pub graceful_shutdowns: u64,
pub forced_shutdowns: u64,
pub listener_errors: u64,
pub dropped_log_events: u64,
}Fields§
§connections_accepted: u64§connections_rejected: u64§active_connections: u64§active_file_streams: u64§connection_panics: u64§parser_rejects: u64§body_rejections: u64§header_timeouts: u64§body_read_timeouts: u64§connection_total_timeouts: u64§bytes_sent: u64§graceful_shutdowns: u64§forced_shutdowns: u64§listener_errors: u64§dropped_log_events: u64Trait Implementations§
Source§impl Clone for OpsSnapshot
impl Clone for OpsSnapshot
Source§fn clone(&self) -> OpsSnapshot
fn clone(&self) -> OpsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpsSnapshot
impl Debug for OpsSnapshot
impl Eq for OpsSnapshot
Source§impl PartialEq for OpsSnapshot
impl PartialEq for OpsSnapshot
impl StructuralPartialEq for OpsSnapshot
Auto Trait Implementations§
impl Freeze for OpsSnapshot
impl RefUnwindSafe for OpsSnapshot
impl Send for OpsSnapshot
impl Sync for OpsSnapshot
impl Unpin for OpsSnapshot
impl UnsafeUnpin for OpsSnapshot
impl UnwindSafe for OpsSnapshot
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