pub struct TcpConfigured { /* private fields */ }
Expand description
TCP protocol configured state
Contains the server address for TCP connection.
Auto Trait Implementations§
impl Freeze for TcpConfigured
impl RefUnwindSafe for TcpConfigured
impl Send for TcpConfigured
impl Sync for TcpConfigured
impl Unpin for TcpConfigured
impl UnwindSafe for TcpConfigured
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