pub struct PongTrace {
pub uptime_s: u64,
pub requests_total: u64,
pub connections_active: u64,
}Fields§
§uptime_s: u64§requests_total: u64§connections_active: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PongTrace
impl RefUnwindSafe for PongTrace
impl Send for PongTrace
impl Sync for PongTrace
impl Unpin for PongTrace
impl UnsafeUnpin for PongTrace
impl UnwindSafe for PongTrace
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