pub struct TcpSink { /* private fields */ }Expand description
Write half of a split TcpTransport. Owned by the per-connection writer.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TcpSink
impl !Send for TcpSink
impl !Sync for TcpSink
impl !UnwindSafe for TcpSink
impl Freeze for TcpSink
impl Unpin for TcpSink
impl UnsafeUnpin for TcpSink
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