pub enum L4Conn {
Tcp(TcpStream),
Udp(UdpAssoc),
}Variants§
Auto Trait Implementations§
impl !Freeze for L4Conn
impl RefUnwindSafe for L4Conn
impl Send for L4Conn
impl Sync for L4Conn
impl Unpin for L4Conn
impl UnsafeUnpin for L4Conn
impl UnwindSafe for L4Conn
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