pub struct TcpListenerProvider;Expand description
The medium used to get the TcpListenerImpl
Trait Implementations§
Source§impl ListenerProvider for TcpListenerProvider
impl ListenerProvider for TcpListenerProvider
Source§type Listener = TcpListenerImpl
type Listener = TcpListenerImpl
Listener obtained after bind
Auto Trait Implementations§
impl Freeze for TcpListenerProvider
impl RefUnwindSafe for TcpListenerProvider
impl Send for TcpListenerProvider
impl Sync for TcpListenerProvider
impl Unpin for TcpListenerProvider
impl UnwindSafe for TcpListenerProvider
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