[−][src]Struct actix_http::Message 
Implementations
impl<T: Head> Message<T>[src]
Trait Implementations
impl<T: Head> Clone for Message<T>[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: Head> Deref for Message<T>[src]
impl<T: Head> DerefMut for Message<T>[src]
impl<T: Head> Drop for Message<T>[src]
impl From<Message<RequestHead>> for Request<PayloadStream>[src]
fn from(head: Message<RequestHead>) -> Self[src]
Auto Trait Implementations
impl<T> !RefUnwindSafe for Message<T>
impl<T> !Send for Message<T>
impl<T> !Sync for Message<T>
impl<T> Unpin for Message<T>
impl<T> UnwindSafe for Message<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
Blanket Implementations
impl<T, A, P> Access<T> for P where
    A: Access<T>,
    P: Deref<Target = A>, [src]
A: Access<T>,
P: Deref<Target = A>,
type Guard = <A as Access<T>>::Guard
A guard object containing the value and keeping it alive. Read more
fn load(&self) -> <P as Access<T>>::Guard[src]
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, A> DynAccess<T> for A where
    A: Access<T>,
    <A as Access<T>>::Guard: 'static, [src]
A: Access<T>,
<A as Access<T>>::Guard: 'static,
impl<T> From<T> for T[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> Sealed<T> for T where
    T: ?Sized, 
T: ?Sized,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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.
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.
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>,