Struct irox_networking::http::HttpResponse
source · pub struct HttpResponse { /* private fields */ }Implementations§
source§impl HttpResponse
impl HttpResponse
pub fn create_from<T: Read + 'static>(input: T) -> Result<HttpResponse, Error>
pub fn body_read(self) -> Box<dyn Read>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpResponse
impl !Send for HttpResponse
impl !Sync for HttpResponse
impl Unpin for HttpResponse
impl !UnwindSafe for HttpResponse
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