pub struct UdpServer<I, T> { /* private fields */ }
Expand description
UDP Server listen
Implementations§
Auto Trait Implementations§
impl<I, T> Freeze for UdpServer<I, T>
impl<I, T> !RefUnwindSafe for UdpServer<I, T>
impl<I, T> Send for UdpServer<I, T>
impl<I, T> Sync for UdpServer<I, T>
impl<I, T> Unpin for UdpServer<I, T>where
T: Unpin,
impl<I, T> !UnwindSafe for UdpServer<I, T>
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