pub struct SocketReadStream(/* private fields */);
Expand description
A stream of data issuing from a socket.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SocketReadStream
impl RefUnwindSafe for SocketReadStream
impl Send for SocketReadStream
impl Sync for SocketReadStream
impl Unpin for SocketReadStream
impl UnwindSafe for SocketReadStream
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