pub struct UdpStreamProvider;Expand description
Provider for UDP connections.
Trait Implementations§
Source§impl StreamProvider for UdpStreamProvider
impl StreamProvider for UdpStreamProvider
Auto Trait Implementations§
impl Freeze for UdpStreamProvider
impl RefUnwindSafe for UdpStreamProvider
impl Send for UdpStreamProvider
impl Sync for UdpStreamProvider
impl Unpin for UdpStreamProvider
impl UnwindSafe for UdpStreamProvider
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