pub struct SocketStats<S> { /* private fields */ }Expand description
Statistics for a socket.
Trait Implementations§
Source§impl<S: Debug> Debug for SocketStats<S>
impl<S: Debug> Debug for SocketStats<S>
Source§impl<S: Default> Default for SocketStats<S>
impl<S: Default> Default for SocketStats<S>
Auto Trait Implementations§
impl<S> Freeze for SocketStats<S>where
S: Freeze,
impl<S> RefUnwindSafe for SocketStats<S>where
S: RefUnwindSafe,
impl<S> Send for SocketStats<S>where
S: Send,
impl<S> Sync for SocketStats<S>where
S: Sync,
impl<S> Unpin for SocketStats<S>where
S: Unpin,
impl<S> UnsafeUnpin for SocketStats<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for SocketStats<S>where
S: UnwindSafe,
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
Source§impl<T, A> DynAccess<T> for A
impl<T, A> DynAccess<T> for A
Source§fn load(&self) -> DynGuard<T>
fn load(&self) -> DynGuard<T>
The equivalent of
Access::load.