pub struct TcpReaderImpl { /* private fields */ }
Expand description
Implements the TcpReader
with a BufReader
which is wrapping around a std::net::TcpStream
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpReaderImpl
impl RefUnwindSafe for TcpReaderImpl
impl Send for TcpReaderImpl
impl Sync for TcpReaderImpl
impl Unpin for TcpReaderImpl
impl UnwindSafe for TcpReaderImpl
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