pub struct TcpSource { /* private fields */ }Expand description
Read half of a split TcpTransport.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TcpSource
impl !Send for TcpSource
impl !Sync for TcpSource
impl !UnwindSafe for TcpSource
impl Freeze for TcpSource
impl Unpin for TcpSource
impl UnsafeUnpin for TcpSource
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