pub enum EitherUdpSocket {
Sync(UdpSocket),
}Variants§
Auto Trait Implementations§
impl Freeze for EitherUdpSocket
impl RefUnwindSafe for EitherUdpSocket
impl Send for EitherUdpSocket
impl Sync for EitherUdpSocket
impl Unpin for EitherUdpSocket
impl UnwindSafe for EitherUdpSocket
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