pub struct TcpHost { /* private fields */ }
Expand description
A TCP address, preserving the original DNS hostname if any.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpHost
impl RefUnwindSafe for TcpHost
impl Send for TcpHost
impl Sync for TcpHost
impl Unpin for TcpHost
impl UnwindSafe for TcpHost
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