pub struct TcpClient<H: NetworkHandler> { /* private fields */ }Expand description
High-level TCP client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for TcpClient<H>
impl<H> !RefUnwindSafe for TcpClient<H>
impl<H> Send for TcpClient<H>
impl<H> Sync for TcpClient<H>
impl<H> Unpin for TcpClient<H>
impl<H> UnsafeUnpin for TcpClient<H>
impl<H> !UnwindSafe for TcpClient<H>
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