Struct http_rust::httpresponse::HttpResponse
source · pub struct HttpResponse<'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a> Clone for HttpResponse<'a>
impl<'a> Clone for HttpResponse<'a>
source§fn clone(&self) -> HttpResponse<'a>
fn clone(&self) -> HttpResponse<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for HttpResponse<'a>
impl<'a> Debug for HttpResponse<'a>
source§impl<'a> Default for HttpResponse<'a>
impl<'a> Default for HttpResponse<'a>
source§impl<'a> From<HttpResponse<'a>> for String
impl<'a> From<HttpResponse<'a>> for String
source§fn from(res: HttpResponse<'_>) -> String
fn from(res: HttpResponse<'_>) -> String
Converts to this type from the input type.
source§impl<'a> PartialEq for HttpResponse<'a>
impl<'a> PartialEq for HttpResponse<'a>
source§fn eq(&self, other: &HttpResponse<'a>) -> bool
fn eq(&self, other: &HttpResponse<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> StructuralPartialEq for HttpResponse<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HttpResponse<'a>
impl<'a> Send for HttpResponse<'a>
impl<'a> Sync for HttpResponse<'a>
impl<'a> Unpin for HttpResponse<'a>
impl<'a> UnwindSafe for HttpResponse<'a>
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