Struct ilmen_http::http::HTTPResponse
source · pub struct HTTPResponse { /* private fields */ }
Trait Implementations§
source§impl Display for HTTPResponse
impl Display for HTTPResponse
source§impl From<Response> for HTTPResponse
impl From<Response> for HTTPResponse
Auto Trait Implementations§
impl Freeze for HTTPResponse
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