pub struct HTTPResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for HTTPResponse
impl Default for HTTPResponse
Source§impl Display for HTTPResponse
impl Display 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