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