Struct http4r_core::http_message::Request
source · [−]pub struct Request<'a> {
pub headers: Headers,
pub body: Body<'a>,
pub uri: Uri<'a>,
pub method: Method,
pub version: HttpVersion,
pub trailers: Headers,
}Fields
headers: Headersbody: Body<'a>uri: Uri<'a>method: Methodversion: HttpVersiontrailers: HeadersImplementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Request<'a>
impl<'a> !Send for Request<'a>
impl<'a> !Sync for Request<'a>
impl<'a> Unpin for Request<'a>
impl<'a> !UnwindSafe for Request<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more