pub struct TcpTransportKind;Expand description
Registry kind for tcp, tcp4, tcp6.
Trait Implementations§
Source§impl TransportKind for TcpTransportKind
impl TransportKind for TcpTransportKind
Auto Trait Implementations§
impl Freeze for TcpTransportKind
impl RefUnwindSafe for TcpTransportKind
impl Send for TcpTransportKind
impl Sync for TcpTransportKind
impl Unpin for TcpTransportKind
impl UnsafeUnpin for TcpTransportKind
impl UnwindSafe for TcpTransportKind
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