pub struct HttpResponseExt(pub Response<Body>);Tuple Fields§
§0: Response<Body>Implementations§
Source§impl HttpResponseExt
impl HttpResponseExt
pub fn parse_parts(self) -> (String, Body)
Auto Trait Implementations§
impl Freeze for HttpResponseExt
impl !RefUnwindSafe for HttpResponseExt
impl Send for HttpResponseExt
impl !Sync for HttpResponseExt
impl Unpin for HttpResponseExt
impl UnsafeUnpin for HttpResponseExt
impl !UnwindSafe for HttpResponseExt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more