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