pub struct ConnectionMetrics { /* private fields */ }Expand description
Connection-related metrics
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ConnectionMetrics
impl !RefUnwindSafe for ConnectionMetrics
impl !UnwindSafe for ConnectionMetrics
impl Send for ConnectionMetrics
impl Sync for ConnectionMetrics
impl Unpin for ConnectionMetrics
impl UnsafeUnpin for ConnectionMetrics
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