Enum http4r_core::http_message::HttpMessage
source · [−]Variants
Request(Request<'a>)
Response(Response<'a>)
Implementations
sourceimpl<'a> HttpMessage<'a>
impl<'a> HttpMessage<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for HttpMessage<'a>
impl<'a> !Send for HttpMessage<'a>
impl<'a> !Sync for HttpMessage<'a>
impl<'a> Unpin for HttpMessage<'a>
impl<'a> !UnwindSafe for HttpMessage<'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