Struct actix_http::client::TcpConnection [−][src]
pub struct TcpConnection<T, U> { /* fields omitted */ }Implementations
Reconstruct from a parts.
Deconstruct into a parts.
Replace inclosed object, return new Stream and old object
Trait Implementations
Auto Trait Implementations
impl<T, U> RefUnwindSafe for Connection<T, U> where
T: RefUnwindSafe,
U: RefUnwindSafe, impl<T, U> Send for Connection<T, U> where
T: Send,
U: Send, impl<T, U> Sync for Connection<T, U> where
T: Sync,
U: Sync, impl<T, U> Unpin for Connection<T, U> where
T: Unpin,
U: Unpin, impl<T, U> UnwindSafe for Connection<T, U> where
T: UnwindSafe,
U: UnwindSafe,