pub struct TcpStreamProvider;Expand description
Provider for TCP connections.
Trait Implementations§
Source§impl StreamProvider for TcpStreamProvider
impl StreamProvider for TcpStreamProvider
Auto Trait Implementations§
impl Freeze for TcpStreamProvider
impl RefUnwindSafe for TcpStreamProvider
impl Send for TcpStreamProvider
impl Sync for TcpStreamProvider
impl Unpin for TcpStreamProvider
impl UnwindSafe for TcpStreamProvider
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