Struct rocket::http::hyper::h1::Incoming [−][src]
pub struct Incoming<S> {
pub version: HttpVersion,
pub subject: S,
pub headers: Headers,
}Expand description
An Incoming Message head. Includes request/status line, and headers.
Fields
version: HttpVersionHTTP version of the message.
subject: SSubject (request line or status line) of Incoming message.
headers: HeadersHeaders of the Incoming message.
Trait Implementations
Auto Trait Implementations
impl<S> !RefUnwindSafe for Incoming<S>
impl<S> Send for Incoming<S> where
S: Send,
S: Send,
impl<S> !Sync for Incoming<S>
impl<S> Unpin for Incoming<S> where
S: Unpin,
S: Unpin,
impl<S> !UnwindSafe for Incoming<S>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> IntoCollection<T> for T[src]
impl<T> IntoCollection<T> for T[src]pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>, [src]
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>, [src]Converts self into a collection.
pub fn mapped<U, F, A>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
A: Array<Item = U>, [src]
F: FnMut(T) -> U,
A: Array<Item = U>,
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,