pub struct TcpListenerImpl(/* private fields */);Expand description
Implementing StreamAccept for TcpListener
Trait Implementations§
Source§impl StreamAccept for TcpListenerImpl
impl StreamAccept for TcpListenerImpl
Auto Trait Implementations§
impl !Freeze for TcpListenerImpl
impl RefUnwindSafe for TcpListenerImpl
impl Send for TcpListenerImpl
impl Sync for TcpListenerImpl
impl Unpin for TcpListenerImpl
impl UnwindSafe for TcpListenerImpl
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