#[repr(C)]pub struct ecs_world_stats_t__bindgen_ty_10 {
pub request_received_count: ecs_metric_t,
pub request_invalid_count: ecs_metric_t,
pub request_handled_ok_count: ecs_metric_t,
pub request_handled_error_count: ecs_metric_t,
pub request_not_handled_count: ecs_metric_t,
pub request_preflight_count: ecs_metric_t,
pub send_ok_count: ecs_metric_t,
pub send_error_count: ecs_metric_t,
pub busy_count: ecs_metric_t,
}Expand description
HTTP statistics
Fields§
§request_received_count: ecs_metric_t§request_invalid_count: ecs_metric_t§request_handled_ok_count: ecs_metric_t§request_handled_error_count: ecs_metric_t§request_not_handled_count: ecs_metric_t§request_preflight_count: ecs_metric_t§send_ok_count: ecs_metric_t§send_error_count: ecs_metric_t§busy_count: ecs_metric_tTrait Implementations§
Source§impl Clone for ecs_world_stats_t__bindgen_ty_10
impl Clone for ecs_world_stats_t__bindgen_ty_10
Source§fn clone(&self) -> ecs_world_stats_t__bindgen_ty_10
fn clone(&self) -> ecs_world_stats_t__bindgen_ty_10
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ecs_world_stats_t__bindgen_ty_10
Auto Trait Implementations§
impl Freeze for ecs_world_stats_t__bindgen_ty_10
impl RefUnwindSafe for ecs_world_stats_t__bindgen_ty_10
impl Send for ecs_world_stats_t__bindgen_ty_10
impl Sync for ecs_world_stats_t__bindgen_ty_10
impl Unpin for ecs_world_stats_t__bindgen_ty_10
impl UnwindSafe for ecs_world_stats_t__bindgen_ty_10
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