[][src]Struct hyper::server::conn::__UnpinStructConnection

pub struct __UnpinStructConnection<T, S, E = Exec> where
    S: Service<Body>, 
{ /* fields omitted */ }

A struct generated by pin-project to provide an appropriate Unpin implementation, this type's Unpin implementation uses exactly the same conditions as the original type's Unpin implementation.

Auto Trait Implementations

impl<T, S, E> Unpin for __UnpinStructConnection<T, S, E>

impl<T, S, E> Sync for __UnpinStructConnection<T, S, E> where
    E: Sync,
    S: Sync,
    T: Sync

impl<T, S, E> Send for __UnpinStructConnection<T, S, E> where
    E: Send,
    S: Send,
    T: Send

impl<T, S, E> RefUnwindSafe for __UnpinStructConnection<T, S, E> where
    E: RefUnwindSafe,
    S: RefUnwindSafe,
    T: RefUnwindSafe

impl<T, S, E> UnwindSafe for __UnpinStructConnection<T, S, E> where
    E: UnwindSafe,
    S: UnwindSafe,
    T: UnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]