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

pub struct __UnpinStructServe<I, S, E = Exec> { /* 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<I, S, E> Sync for __UnpinStructServe<I, S, E> where
    E: Sync,
    I: Sync,
    S: Sync

impl<I, S, E> Send for __UnpinStructServe<I, S, E> where
    E: Send,
    I: Send,
    S: Send

impl<I, S, E> Unpin for __UnpinStructServe<I, S, E> where
    I: Unpin

impl<I, S, E> UnwindSafe for __UnpinStructServe<I, S, E> where
    E: UnwindSafe,
    I: UnwindSafe,
    S: UnwindSafe

impl<I, S, E> RefUnwindSafe for __UnpinStructServe<I, S, E> where
    E: RefUnwindSafe,
    I: RefUnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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