pub struct ConnInfo {}
Expand description
Statistics and packet dumps collected about one connection
Currently just an empty placeholder, but you can still deduce the number of connections from the
enclosing Vec
.
Auto Trait Implementations§
impl Freeze for ConnInfo
impl RefUnwindSafe for ConnInfo
impl Send for ConnInfo
impl Sync for ConnInfo
impl Unpin for ConnInfo
impl UnwindSafe for ConnInfo
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