Struct uni_stream::stream::UdpListenerImpl
source · pub struct UdpListenerImpl(/* private fields */);Expand description
Implementing StreamAccept for UdpListener
Trait Implementations§
source§impl StreamAccept for UdpListenerImpl
impl StreamAccept for UdpListenerImpl
§type Item = UdpStreamImpl
type Item = UdpStreamImpl
Stream obtained after accept
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