pub struct TcpConnection { /* private fields */ }Expand description
A blocking TCP NUT client connection.
Auto Trait Implementations§
impl !RefUnwindSafe for TcpConnection
impl !UnwindSafe for TcpConnection
impl Freeze for TcpConnection
impl Send for TcpConnection
impl Sync for TcpConnection
impl Unpin for TcpConnection
impl UnsafeUnpin for TcpConnection
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