Struct actix_http::client::TcpConnection [−][src]
Implementations
impl<T, U> Connection<T, U>[src]
pub fn new(io: U, req: T) -> Connection<T, U>[src]
impl<T, U> Connection<T, U>[src]
pub fn from_parts(io: U, req: T) -> Connection<T, U>[src]
Reconstruct from a parts.
pub fn into_parts(self) -> (U, T)[src]
Deconstruct into a parts.
pub fn replace_io<Y>(self, io: Y) -> (U, Connection<T, Y>)[src]
Replace inclosed object, return new Stream and old object
pub fn io_ref(&self) -> &U[src]
Returns a shared reference to the underlying stream.
pub fn io_mut(&mut self) -> &mut U[src]
Returns a mutable reference to the underlying stream.
impl<T, U> Connection<T, U> where
T: Address, [src]
T: Address,
Trait Implementations
impl<T, U> Debug for Connection<T, U> where
U: Debug, [src]
U: Debug,
impl<T, U> Deref for Connection<T, U>[src]
impl<T, U> DerefMut for Connection<T, U>[src]
Auto Trait Implementations
impl<T, U> RefUnwindSafe for Connection<T, U> where
T: RefUnwindSafe,
U: RefUnwindSafe,
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for Connection<T, U> where
T: Send,
U: Send,
T: Send,
U: Send,
impl<T, U> Sync for Connection<T, U> where
T: Sync,
U: Sync,
T: Sync,
U: Sync,
impl<T, U> Unpin for Connection<T, U> where
T: Unpin,
U: Unpin,
T: Unpin,
U: Unpin,
impl<T, U> UnwindSafe for Connection<T, U> where
T: UnwindSafe,
U: UnwindSafe,
T: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,