Struct http_protocol::request::Request[][src]

pub struct Request<UT, HT> { /* fields omitted */ }

Trait Implementations

impl<UT: Clone, HT: Clone> Clone for Request<UT, HT>[src]

impl<UT: Debug, HT: Debug> Debug for Request<UT, HT>[src]

Auto Trait Implementations

impl<UT, HT> RefUnwindSafe for Request<UT, HT> where
    HT: RefUnwindSafe,
    UT: RefUnwindSafe

impl<UT, HT> Send for Request<UT, HT> where
    HT: Send,
    UT: Send

impl<UT, HT> Sync for Request<UT, HT> where
    HT: Sync,
    UT: Sync

impl<UT, HT> Unpin for Request<UT, HT> where
    UT: Unpin

impl<UT, HT> UnwindSafe for Request<UT, HT> where
    HT: RefUnwindSafe,
    UT: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.