pub struct TcpConnection<'a>(/* private fields */);
Implementations§
Source§impl<'a> TcpConnection<'a>
impl<'a> TcpConnection<'a>
Auto Trait Implementations§
impl<'a> Freeze for TcpConnection<'a>
impl<'a> RefUnwindSafe for TcpConnection<'a>
impl<'a> !Send for TcpConnection<'a>
impl<'a> !Sync for TcpConnection<'a>
impl<'a> Unpin for TcpConnection<'a>
impl<'a> UnwindSafe for TcpConnection<'a>
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